Changeset 6475
- Timestamp:
- 06/06/10 12:48:12 (3 years ago)
- Files:
-
- 1 modified
-
trunk/include/picture_metadata.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/picture_metadata.inc.php
r6473 r6475 61 61 { 62 62 $tokens = explode(';', $field); 63 if (isset($exif[$ field]))63 if (isset($exif[$tokens[0]][$tokens[1]])) 64 64 { 65 65 $key = $tokens[1]; 66 if (isset($lang['exif_field_'.$ key]))66 if (isset($lang['exif_field_'.$tokens[1]])) 67 67 { 68 $key = $lang['exif_field_'.$ key];68 $key = $lang['exif_field_'.$tokens[1]]; 69 69 } 70 $tpl_meta['lines'][$key] = $exif[$ field];70 $tpl_meta['lines'][$key] = $exif[$tokens[0]][$tokens[1]]; 71 71 } 72 72 }
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)