projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e990387
)
shrink photo name also on generate-thumbnails-output
author
Andreas Unterkircher
<unki@netshadow.at>
Thu, 1 Nov 2007 10:51:44 +0000
(10:51 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Thu, 1 Nov 2007 10:51:44 +0000
(10:51 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@277
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.class.php
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index a51164830fcff2de589a07bc6abd94c4cd973f9f..14ce0c7afa285d7f87af6050f10ed36327e19399 100644
(file)
--- 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) {