From fe569ab1bf4baa44a808a2d6e81bcddc28d61b62 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 13 Jan 2011 15:24:18 +0000 Subject: feature 2108 added: user upload removed from core. It will come back as a "new generation" user upload in the Community plugin. git-svn-id: http://piwigo.org/svn/trunk@8651 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/constants.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/constants.php') diff --git a/include/constants.php b/include/constants.php index db55673b4..8135147eb 100644 --- a/include/constants.php +++ b/include/constants.php @@ -77,8 +77,6 @@ if (!defined('USER_INFOS_TABLE')) define('USER_INFOS_TABLE', $prefixeTable.'user_infos'); if (!defined('USER_FEED_TABLE')) define('USER_FEED_TABLE', $prefixeTable.'user_feed'); -if (!defined('WAITING_TABLE')) - define('WAITING_TABLE', $prefixeTable.'waiting'); if (!defined('RATE_TABLE')) define('RATE_TABLE', $prefixeTable.'rate'); if (!defined('USER_CACHE_TABLE')) -- cgit v1.2.3