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 --- admin/help.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'admin/help.php') diff --git a/admin/help.php b/admin/help.php index e2eafd1e8..f61542fc2 100644 --- a/admin/help.php +++ b/admin/help.php @@ -46,13 +46,6 @@ $tabs[] = array( 'code' => 'groups', 'label' => l10n('Groups'), ); -if ($conf['enable_synchronization']) -{ - $tabs[] = array( - 'code' => 'user_upload', - 'label' => l10n('User Upload'), - ); -} $tabs[] = array( 'code' => 'virtual_links', 'label' => l10n('Virtual Links'), -- cgit v1.2.3