Changeset 27713 for branches


Ignore:
Timestamp:
Mar 12, 2014, 2:33:50 PM (10 years ago)
Author:
plg
Message:

feature 3014: new trigger picture_modify_before_update

Location:
branches/2.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/admin/picture_modify.php

    r26461 r27713  
    155155  }
    156156
     157  $data = trigger_change('picture_modify_before_update', $data);
     158 
    157159  single_update(
    158160    IMAGES_TABLE,
  • branches/2.6/tools/triggers_list.php

    r26649 r27713  
    823823  'files' => array('admin\user_list_backend.php'),
    824824  'infos' => 'New in 2.6.',
     825),
     826array(
     827  'name' => 'picture_modify_before_update',
     828  'type' => 'trigger_event',
     829  'vars' => array('array', 'data'),
     830  'files' => array('admin\picture_modify.php'),
     831  'infos' => 'New in 2.6.2.',
    825832),
    826833);
Note: See TracChangeset for help on using the changeset viewer.