diff options
author | plegall <plg@piwigo.org> | 2010-12-31 12:34:01 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-31 12:34:01 +0000 |
commit | a9445d297540abff2125393b520509b0f2387132 (patch) | |
tree | 56f85ff39878a54618f6d4a4535e2a10c4311aaa /admin/maintenance.php | |
parent | aa30ee72d24a4eeca69e46be72baf055bf869889 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | admin/maintenance.php | 8 |
1 files changed, 0 insertions, 8 deletions
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', |