Changeset 27713
- Timestamp:
- Mar 12, 2014, 2:33:50 PM (11 years ago)
- Location:
- branches/2.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/admin/picture_modify.php
r26461 r27713 155 155 } 156 156 157 $data = trigger_change('picture_modify_before_update', $data); 158 157 159 single_update( 158 160 IMAGES_TABLE, -
branches/2.6/tools/triggers_list.php
r26649 r27713 823 823 'files' => array('admin\user_list_backend.php'), 824 824 'infos' => 'New in 2.6.', 825 ), 826 array( 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.', 825 832 ), 826 833 );
Note: See TracChangeset
for help on using the changeset viewer.