Changeset 8251 for trunk/inc/classes/BxDolInstaller.php
- Timestamp:
- 01/05/09 22:59:11 (3 years ago)
- File:
-
- 1 edited
-
trunk/inc/classes/BxDolInstaller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/classes/BxDolInstaller.php
r8229 r8251 83 83 $aResult = $this->_perform('install', 'Installation'); 84 84 if($aResult['result']) { 85 db_res("INSERT INTO `sys_modules`(`title`, `vendor`, `path`, `uri`, ` date`) VALUES ('" . $this->_aConfig['title'] . "', '" . $this->_aConfig['vendor'] . "', '" . $this->_aConfig['home_dir'] . "', '" . $this->_aConfig['home_uri'] . "', UNIX_TIMESTAMP())");85 db_res("INSERT INTO `sys_modules`(`title`, `vendor`, `path`, `uri`, `class_prefix`, `date`) VALUES ('" . $this->_aConfig['title'] . "', '" . $this->_aConfig['vendor'] . "', '" . $this->_aConfig['home_dir'] . "', '" . $this->_aConfig['home_uri'] . "', '" . $this->_aConfig['class_prefix'] . "', UNIX_TIMESTAMP())"); 86 86 $iModuleId = (int)db_last_id(); 87 87
Note: See TracChangeset
for help on using the changeset viewer.