Changeset 819


Ignore:
Timestamp:
Aug 17, 2005, 11:03:46 PM (19 years ago)
Author:
plg
Message:
  • bug 138 fixed : guest and admin users were not created in the database because include/config_default.inc.php was not included and that USERS_TABLE constant depends on $confusers_table.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r808 r819  
    187187
    188188$prefixeTable = $table_prefix;
     189include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
    189190include(PHPWG_ROOT_PATH . 'include/constants.php');
    190191include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
Note: See TracChangeset for help on using the changeset viewer.