projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b2b9d9
)
fixed image taken with text
author
Andreas Unterkircher
<unki@netshadow.at>
Sun, 15 Jul 2007 17:58:37 +0000
(17:58 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sun, 15 Jul 2007 17:58:37 +0000
(17:58 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@214
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.class.php
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index 1c1e8647e50d7ca4de3567b0584024c1c58f1bf8..46823e7ada656ae037f9460f0592667c87361de9 100644
(file)
--- a/
phpfspot.class.php
+++ b/
phpfspot.class.php
@@
-304,7
+304,7
@@
class PHPFSPOT {
}
$meta_date = isset($meta['FileDateTime']) ? strftime("%a %x %X", $meta['FileDateTime']) : "n/a";
- $meta_make = isset($meta['Make']) ? $meta['Make'] ." ". $meta['Model'] : "n/a";
+ $meta_make = isset($meta['Make']) ? $meta['Make'] ."
/
". $meta['Model'] : "n/a";
$meta_size = isset($meta['FileSize']) ? round($meta['FileSize']/1024, 1) ."kbyte" : "n/a";
$extern_link = "index.php?mode=showp&id=". $photo;