diff options
author | laurent.duretz <laurent.duretz@piwigo.org> | 2007-07-25 18:58:48 +0000 |
---|---|---|
committer | laurent.duretz <laurent.duretz@piwigo.org> | 2007-07-25 18:58:48 +0000 |
commit | cd9e784e7593d577a028e7276bd0750d0a0d071e (patch) | |
tree | 62623da424f42ad2aff475e84c804b6240e569bf /tools | |
parent | d958a19ed57a3300bc90df42e3351255352a7d45 (diff) |
Issue 0000727: create_listing_file.php n'assigne pas la miniature aux fichiers non images
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2074 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-rw-r--r-- | tools/create_listing_file.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 2a6bf3779..273e38209 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -777,6 +777,7 @@ function pwg_scan_file($file_full, &$line) else { // Here we scan a non picture file : thumbnail and high are unused, representative is optionnal + $element['tn_ext'] = pwg_get_thumbnail_ext($file_dir, $file_short, $file_ext, $log); $ext = pwg_get_representative_ext($file_dir, $file_short); if ($ext != '') { |