summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-11-01 10:51:44 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-11-01 10:51:44 +0000
commitdf8001b575ecc53c0f9d10f43ce9136220c9c927 (patch)
treea7af1b65ae7e9396f0f4fc1d7ded9ba6a07bafb7 /phpfspot.class.php
parente9903870bf7c89c1013a9502282a7b66b139b0e3 (diff)
shrink photo name also on generate-thumbnails-output
git-svn-id: file:///var/lib/svn/phpfspot/trunk@277 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index a511648..14ce0c7 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -1139,7 +1139,7 @@ class PHPFSPOT {
$file_md5 = md5_file($full_path);
- $this->_debug("Image [". $idx ."] ". $details['name'] ." Thumbnails:");
+ $this->_debug("Image [". $idx ."] ". $this->shrink_text($details['name'], 20) ." Thumbnails:");
foreach($resolutions as $resolution) {