Changeset 6340 for trunk/include
- Timestamp:
- May 24, 2010, 10:16:11 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 46 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/block.class.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/calendar_base.class.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/calendar_monthly.class.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/calendar_weekly.class.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/category_cats.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/category_default.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/class_smtp_mail.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/common.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/config_default.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/constants.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/feedcreator.class.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/filter.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_calendar.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_category.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_comment.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_cookie.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_filter.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_html.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_mail.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_metadata.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_notification.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_picture.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_plugins.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_rate.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_search.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_session.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_tag.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_url.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_user.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/functions_xml.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/index.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/menubar.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/no_photo_yet.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/page_header.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/page_tail.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/picture_comment.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/picture_metadata.inc.php
- Property svn:mergeinfo changed
/branches/2.1/include/picture_metadata.inc.php merged: 6338
r6322 r6340 68 68 { 69 69 $tokens = explode(';', $field); 70 if (isset($exif[$ tokens[0]][$tokens[1]]))70 if (isset($exif[$field])) 71 71 { 72 72 $key = $tokens[1]; 73 if (isset($lang['exif_field_'.$ tokens[1]]))73 if (isset($lang['exif_field_'.$key])) 74 74 { 75 $key = $lang['exif_field_'.$ tokens[1]];75 $key = $lang['exif_field_'.$key]; 76 76 } 77 $tpl_meta['lines'][$key] = $exif[$ tokens[0]][$tokens[1]];77 $tpl_meta['lines'][$key] = $exif[$field]; 78 78 } 79 79 } - Property svn:mergeinfo changed
-
trunk/include/picture_rate.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/section_init.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/template.class.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/user.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/ws_core.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/include/ws_functions.inc.php
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.