- Timestamp:
- Jan 15, 2010, 11:38:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/admin/include/functions_metadata.php
r3046 r4680 142 142 { 143 143 $exif = get_sync_exif_data($file); 144 $data = array_merge($data, $exif); 144 145 } 145 146 … … 147 148 { 148 149 $iptc = get_sync_iptc_data($file); 150 $data = array_merge($data, $iptc); 151 149 152 if (count($iptc) > 0) 150 153 {
Note: See TracChangeset
for help on using the changeset viewer.