Changeset 2075 for trunk/tools


Ignore:
Timestamp:
Jul 25, 2007, 9:03:01 PM (17 years ago)
Author:
laurent_duretz
Message:

Issue 0000727: create_listing_file.php n'assigne pas la miniature aux fichiers non images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/create_listing_file.php

    r1968 r2075  
    778778  {
    779779    // Here we scan a non picture file : thumbnail and high are unused, representative is optionnal
     780    $element['tn_ext'] = pwg_get_thumbnail_ext($file_dir, $file_short, $file_ext, $log);
    780781    $ext = pwg_get_representative_ext($file_dir, $file_short);
    781782    if ($ext != '')
Note: See TracChangeset for help on using the changeset viewer.