diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-18 18:19:32 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-18 18:19:32 +0000 |
commit | 02fa42f4fa425887713b1df57ed17a48f2b83c6e (patch) | |
tree | 492b3a98e4c23720d192fdb17498fc1dbbf900a9 /phpfspot.class.php | |
parent | 30627993659edfcd0f0698185c19ff3400b6d313 (diff) |
show photo id during mass generating thumbnails
git-svn-id: file:///var/lib/svn/phpfspot/trunk@107 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index e15f8e5..cf0fa25 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -552,7 +552,7 @@ class PHPFSPOT { $full_path = $this->translate_path($details['directory_path']) ."/". $details['name']; $file_md5 = md5_file($full_path); - if($fromcmd) print "Image ". $details['name'] ." Thumbnails:"; + if($fromcmd) print "Image [". $photo ."] ". $details['name'] ." Thumbnails:"; /* if the file hasn't changed there is no need to regen the thumb */ if($file_md5 == $this->getMD5($photo)) { |