Ignore:
Timestamp:
Jun 2, 2014, 9:55:46 AM (10 years ago)
Author:
mistic100
Message:

feature 3010 : replace trigger_action/event by trigger_notify/change

File:
1 edited

Legend:

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

    r28089 r28587  
    105105    // apparently mac uses some MacRoman crap encoding. I don't know
    106106    // how to detect it so a plugin should do the trick.
    107     $value = trigger_event('clean_iptc_value', $value);
     107    $value = trigger_change('clean_iptc_value', $value);
    108108    if ( ($qual = qualify_utf8($value)) != 0)
    109109    {// has non ascii chars
     
    153153  if ($exif = @read_exif_data($filename))
    154154  {
    155     $exif = trigger_event('format_exif_data', $exif, $filename, $map);
     155    $exif = trigger_change('format_exif_data', $exif, $filename, $map);
    156156
    157157    // configured fields
Note: See TracChangeset for help on using the changeset viewer.