Ignore:
Timestamp:
Sep 29, 2011, 6:11:26 AM (13 years ago)
Author:
rvelices
Message:

feature 2439: ability to sync more metadata from plusigns (send the mapping to plugins)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_metadata.inc.php

    r8728 r12254  
    118118  if ($exif = @read_exif_data($filename))
    119119  {
    120     $exif = trigger_event('format_exif_data', $exif, $filename );
     120    $exif = trigger_event('format_exif_data', $exif, $filename, $map );
    121121    foreach ($map as $key => $field)
    122122    {
Note: See TracChangeset for help on using the changeset viewer.