Ignore:
Timestamp:
Dec 19, 2011, 9:25:42 PM (12 years ago)
Author:
rvelices
Message:

simplification of 'startup phase' - multisite.inc.php is not required anymore / database.inc.php is included after config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r12346 r12768  
    7474  define('USER_GROUP_TABLE', $prefixeTable.'user_group');
    7575if (!defined('USERS_TABLE'))
    76   define('USERS_TABLE', $conf['users_table']);
     76  define('USERS_TABLE', isset($conf['users_table']) ? $conf['users_table'] : $prefixeTable.'users' );
    7777if (!defined('USER_INFOS_TABLE'))
    7878  define('USER_INFOS_TABLE', $prefixeTable.'user_infos');
Note: See TracChangeset for help on using the changeset viewer.