projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082eccb
)
fixed some new introduced errors
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 9 Jun 2007 07:14:14 +0000
(07:14 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sat, 9 Jun 2007 07:14:14 +0000
(07:14 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@70
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot_img.php
patch
|
blob
|
history
diff --git
a/phpfspot_img.php
b/phpfspot_img.php
index e2e0325eb2271b288b01db982d529e091c679e2f..0afdd7b2d8dc5f728492d0dffd32b8ff405bd143 100644
(file)
--- a/
phpfspot_img.php
+++ b/
phpfspot_img.php
@@
-24,6
+24,8
@@
class PHPFSPOT_IMG {
{
$this->parent->gen_thumbs($idx);
+ $details = $this->parent->get_photo_details($idx);
+
if($width == "")
$fullpath = $this->parent->translate_path($details['directory_path']) ."/". $details['name'];
else