Ignore:
Timestamp:
Nov 16, 2009, 8:17:01 PM (14 years ago)
Author:
nikrou
Message:

Feature 928 resolved.
Replace include/mysql.inc.php by include/config_database.inc.php to be independant of database engine
Rename database configurations variables by ones in $conf array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/upgrade_1.3.1.php

    r4265 r4280  
    580580
    581581// load the config file
    582 $config_file = PHPWG_ROOT_PATH.'include/mysql.inc.php';
     582$config_file = PHPWG_ROOT_PATH.'include/config_database.inc.php';
    583583$config_file_contents = @file_get_contents($config_file);
    584584if ($config_file_contents === false)
     
    596596}
    597597
    598 // changes to write in mysql.inc.php
     598// changes to write in config_database.inc.php
    599599array_push($mysql_changes, 'define(\'PHPWG_INSTALLED\', true);');
    600600
Note: See TracChangeset for help on using the changeset viewer.