Changeset 4680 for branches/2.0/admin


Ignore:
Timestamp:
Jan 15, 2010, 11:38:55 AM (14 years ago)
Author:
plg
Message:

bug 1380: now correctly synchronizes metadata on a single photo, needs a nicer
fix on trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/include/functions_metadata.php

    r3046 r4680  
    142142    {
    143143      $exif = get_sync_exif_data($file);
     144      $data = array_merge($data, $exif);
    144145    }
    145146
     
    147148    {
    148149      $iptc = get_sync_iptc_data($file);
     150      $data = array_merge($data, $iptc);
     151     
    149152      if (count($iptc) > 0)
    150153      {
Note: See TracChangeset for help on using the changeset viewer.