HomeHelpTrac

Ignore:
Timestamp:
01/05/09 22:59:11 (3 years ago)
Author:
Anton Lesnikov
Message:
  1. Chat module added, removed an old one.
  2. Removed an old modules mechanism.
  3. Request and Service classes for module engine.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/classes/BxDolInstaller.php

    r8229 r8251  
    8383        $aResult = $this->_perform('install', 'Installation'); 
    8484        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())"); 
    8686            $iModuleId = (int)db_last_id(); 
    8787 
Note: See TracChangeset for help on using the changeset viewer.