From aa30ee72d24a4eeca69e46be72baf055bf869889 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 31 Dec 2010 11:58:14 +0000 Subject: feature 2089: add the "not_linked" feature as "with no virtual album" in the new Batch Manager. git-svn-id: http://piwigo.org/svn/trunk@8403 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/maintenance.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'admin/maintenance.php') diff --git a/admin/maintenance.php b/admin/maintenance.php index 09f90ce68..0f8f23aaa 100644 --- a/admin/maintenance.php +++ b/admin/maintenance.php @@ -150,14 +150,6 @@ $template->assign( $advanced_features = array(); -array_push( - $advanced_features, - array( - 'CAPTION' => l10n('Not linked elements'), - 'URL' => get_root_url().'admin.php?page=element_set&cat=not_linked' - ) - ); - array_push( $advanced_features, array( -- cgit v1.2.3