diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-07-24 14:50:47 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-07-24 14:50:47 +0200 |
commit | 2684e50a0796d39e424969890c16eb97a8838151 (patch) | |
tree | 848f781cec60c964e20b0f2a193b7d81a5433a54 /inc/JpegMeta.php | |
parent | 55efc227eaeb2d480ff22837b78f89766b07fe5f (diff) | |
download | rpg-2684e50a0796d39e424969890c16eb97a8838151.tar.gz rpg-2684e50a0796d39e424969890c16eb97a8838151.tar.bz2 |
some minor fixes in image detail handling
darcs-hash:20050724125047-7ad00-a03fa69aed22694f6b7635923b1f2ce564165b9f.gz
Diffstat (limited to 'inc/JpegMeta.php')
-rw-r--r-- | inc/JpegMeta.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/JpegMeta.php b/inc/JpegMeta.php index f3ee97b91..656e98625 100644 --- a/inc/JpegMeta.php +++ b/inc/JpegMeta.php @@ -431,7 +431,8 @@ class JpegMeta 'Iptc.Caption', 'Exif.UserComment', 'Exif.TIFFUserComment', - 'Exif.TIFFImageDescription')); + 'Exif.TIFFImageDescription', + 'File.Name')); if (empty($cap)) return false; if(!$max) return $cap; |