diff options
author | Joe Lapp <joe.lapp@pobox.com> | 2005-08-17 20:06:20 +0200 |
---|---|---|
committer | Joe Lapp <joe.lapp@pobox.com> | 2005-08-17 20:06:20 +0200 |
commit | 493531a823f3a41adee754349ba094f871187000 (patch) | |
tree | e31c8297e87240456c4161bcdb0954411d29db50 | |
parent | 112fac4a7a7a5a341d2f9611ce5eb3c1253dddda (diff) | |
download | rpg-493531a823f3a41adee754349ba094f871187000.tar.gz rpg-493531a823f3a41adee754349ba094f871187000.tar.bz2 |
Added "sublocation" IPTC tag to JpegMeta
darcs-hash:20050817180620-46f60-55aaecbcd5496261d6fa0c5dc5bf507f6aaa709c.gz
-rw-r--r-- | inc/JpegMeta.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/JpegMeta.php b/inc/JpegMeta.php index 408f34589..1e2748975 100644 --- a/inc/JpegMeta.php +++ b/inc/JpegMeta.php @@ -2729,6 +2729,7 @@ class JpegMeta $tags[0x74] = 'CopyrightNotice'; $tags[0x05] = 'ObjectName'; $tags[0x5A] = 'City'; + $tags[0x5C] = 'Sublocation'; $tags[0x5F] = 'ProvinceState'; $tags[0x65] = 'CountryName'; $tags[0x67] = 'OriginalTransmissionReference'; |