Ignore:
Timestamp:
Nov 24, 2009, 11:19:27 AM (14 years ago)
Author:
nikrou
Message:

Feature 928 :
partial revert of svn:4280 for external authentification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r4280 r4357  
    6969  define('USER_GROUP_TABLE', $prefixeTable.'user_group');
    7070if (!defined('USERS_TABLE'))
    71   define('USERS_TABLE', $prefixeTable.'users');
     71  define('USERS_TABLE', $conf['users_table']);
    7272if (!defined('USER_INFOS_TABLE'))
    7373  define('USER_INFOS_TABLE', $prefixeTable.'user_infos');
Note: See TracChangeset for help on using the changeset viewer.