From 02fa42f4fa425887713b1df57ed17a48f2b83c6e Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Mon, 18 Jun 2007 18:19:32 +0000 Subject: [PATCH 1/1] show photo id during mass generating thumbnails git-svn-id: file:///var/lib/svn/phpfspot/trunk@107 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.25.1