diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-11 01:20:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-11 01:20:25 +0000 |
commit | fdffe42bdc703a9f2391c77ae0256c33a3eac935 (patch) | |
tree | decc2a672549c44ffd25b5c785b2fa809524ced3 /include/constants.php | |
parent | 6ddb20d6f096fa51b5e820e1b2e19e93f4df0253 (diff) |
remove ws access table/partners functionality
git-svn-id: http://piwigo.org/svn/trunk@2516 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php index 42854a9d4..4966c8b59 100644 --- a/include/constants.php +++ b/include/constants.php @@ -104,8 +104,6 @@ if (!defined('IMAGE_TAG_TABLE')) define('IMAGE_TAG_TABLE', $prefixeTable.'image_tag'); if (!defined('PLUGINS_TABLE')) define('PLUGINS_TABLE', $prefixeTable.'plugins'); -if (!defined('WEB_SERVICES_ACCESS_TABLE')) - define('WEB_SERVICES_ACCESS_TABLE', $prefixeTable.'ws_access'); if (!defined('OLD_PERMALINKS_TABLE')) define('OLD_PERMALINKS_TABLE', $prefixeTable.'old_permalinks'); |