Changeset 238


Ignore:
Timestamp:
Mar 25, 2007 8:40:04 PM (17 years ago)
Author:
quinn
Message:

Q - added upgrade_v1-to-v2.mysql SQL upgrade script.

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/module_maker/_config.inc.php

    r151 r238  
    2020
    2121// Set include path.
    22 ini_set('include_path', get_include_path()
     22ini_set('include_path',
     23      PATH_SEPARATOR . '/usr/lib/php'
    2324    . PATH_SEPARATOR . COMMON_BASE
    2425);
  • trunk/bin/module_maker/module.cli.php

    r202 r238  
    9999
    100100// Go!
    101 echo 'Runing Module Maker. Using database: ' . $app->getParam('db_name') . "\n";
     101echo 'Running Module Maker. Using database: ' . $app->getParam('db_name') . "\n";
    102102
    103103
  • trunk/lib/Cache.inc.php

    r218 r238  
    5252
    5353        if (true !== $app->getParam('enable_session')) {
    54             $app->logMsg('Cache disabled, enable_session is false.', LOG_INFO, __FILE__, __LINE__);
     54            $app->logMsg('Cache disabled, enable_session is false.', LOG_DEBUG, __FILE__, __LINE__);
    5555            $this->setParam(array('enabled' => false));
    5656        }
Note: See TracChangeset for help on using the changeset viewer.