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/batch_manager_global.php

    r8403 r8404  
    528528  }
    529529
     530  if (isset($_SESSION['bulk_manager_filter']['prefilter'])
     531      and 'duplicates' == $_SESSION['bulk_manager_filter']['prefilter'])
     532  {
     533    $conf['order_by'] = ' ORDER BY file, id';
     534  }
     535
     536
    530537  $query = '
    531538SELECT id,path,tn_ext,file,filesize,level,name
Note: See TracChangeset for help on using the changeset viewer.