Changeset 4681 for trunk/admin/include/functions_metadata.php
- Timestamp:
- Jan 15, 2010, 11:40:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions_metadata.php
r4367 r4681 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.