Changeset 6474 for branches/2.1/include/picture_metadata.inc.php
- Timestamp:
- 06/06/10 12:14:26 (3 years ago)
- Files:
-
- 1 modified
-
branches/2.1/include/picture_metadata.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/include/picture_metadata.inc.php
r6364 r6474 30 30 if (($conf['show_exif']) and (function_exists('read_exif_data'))) 31 31 { 32 $exif_mapping = array(); 33 foreach ($conf['show_exif_fields'] as $field) 34 { 35 $exif_mapping[$field] = $field; 36 } 37 38 $exif = get_exif_data($picture['current']['image_path'], $exif_mapping); 32 $exif = get_exif_data($picture['current']['image_path'], null); 39 33 if (count($exif) == 0 and $picture['current']['has_high']) 40 34 { 41 $exif = get_exif_data($picture['current']['high_url'], $exif_mapping);35 $exif = get_exif_data($picture['current']['high_url'], null); 42 36 } 43 44 37 if (count($exif) > 0) 45 38 {
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)