Changeset 238 for trunk/bin


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/bin/module_maker
Files:
2 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
Note: See TracChangeset for help on using the changeset viewer.