From a9445d297540abff2125393b520509b0f2387132 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 31 Dec 2010 12:34:01 +0000 Subject: feature 2089: add the "duplicates" feature to the new Batch Manager and simplify the algorithm. The duplicates do not rely on physical albums, just on duplicate filenames. git-svn-id: http://piwigo.org/svn/trunk@8404 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 0f8f23aaa..6e39eb0e2 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('Files with same name in more than one physical album'), - 'URL' => get_root_url().'admin.php?page=element_set&cat=duplicates' - ) - ); - //$advanced_features is array of array composed of CAPTION & URL $advanced_features = trigger_event( 'get_admin_advanced_features_links', -- cgit v1.2.3