From 38aad287ebe7fc945203051aff477b049fa2418b Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 31 Dec 2010 15:19:11 +0000 Subject: feature 2089: finish removing element_set, now it's time for batch_manager git-svn-id: http://piwigo.org/svn/trunk@8417 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'admin/include/functions.php') diff --git a/admin/include/functions.php b/admin/include/functions.php index 82c0b4804..5a949964e 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1981,19 +1981,6 @@ function get_active_menu($menu_page) return $page['active_menu']; } - // specific cases - if ('element_set' == $menu_page) - { - if (isset($_GET['cat']) and is_numeric($_GET['cat'])) - { - return 1; - } - else - { - return 0; - } - } - switch ($menu_page) { case 'photos_add': @@ -2001,6 +1988,7 @@ function get_active_menu($menu_page) case 'rating': case 'tags': case 'picture_modify': + case 'batch_manager': return 0; case 'cat_list': -- cgit v1.2.3