diff options
author | nikrou <nikrou@piwigo.org> | 2009-11-24 10:19:27 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2009-11-24 10:19:27 +0000 |
commit | d30639ec98f8e2929137ab6e00cb2fe3ba295957 (patch) | |
tree | 7aacea123a27e3bfff8682b12d0bde354635c43f /include/constants.php | |
parent | f974668ef53c529ad4f44b594393ab04043696ad (diff) |
Feature 928 :
partial revert of svn:4280 for external authentification.
git-svn-id: http://piwigo.org/svn/trunk@4357 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index 9c29f0c91..7e429a91c 100644 --- a/include/constants.php +++ b/include/constants.php @@ -68,7 +68,7 @@ if (!defined('USER_ACCESS_TABLE')) if (!defined('USER_GROUP_TABLE')) define('USER_GROUP_TABLE', $prefixeTable.'user_group'); if (!defined('USERS_TABLE')) - define('USERS_TABLE', $prefixeTable.'users'); + define('USERS_TABLE', $conf['users_table']); if (!defined('USER_INFOS_TABLE')) define('USER_INFOS_TABLE', $prefixeTable.'user_infos'); if (!defined('USER_FEED_TABLE')) |