Ignore:
Timestamp:
Dec 31, 2010, 1:34:01 PM (13 years ago)
Author:
plg
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/maintenance.php

    r8403 r8404  
    151151$advanced_features = array();
    152152
    153 array_push(
    154   $advanced_features,
    155   array(
    156     'CAPTION' => l10n('Files with same name in more than one physical album'),
    157     'URL' => get_root_url().'admin.php?page=element_set&cat=duplicates'
    158     )
    159   );
    160 
    161153//$advanced_features is array of array composed of CAPTION & URL
    162154$advanced_features = trigger_event(
Note: See TracChangeset for help on using the changeset viewer.