Ignore:
Timestamp:
Dec 27, 2011, 6:26:44 AM (12 years ago)
Author:
rvelices
Message:

feature 2541 multisize

  • core implementation + usage on most public/admin pages
  • still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_global.php

    r12748 r12796  
    712712
    713713  $query = '
    714 SELECT id,path,tn_ext,file,filesize,level,name
     714SELECT id,path,representative_ext,file,filesize,level,name
    715715  FROM '.IMAGES_TABLE;
    716716 
     
    748748  {
    749749    $nb_thumbs_page++;
    750     $src = get_thumbnail_url($row);
     750    $src = DerivativeImage::thumb_url($row);
    751751
    752752    $title = $row['name'];
Note: See TracChangeset for help on using the changeset viewer.