diff options
Diffstat (limited to 'tools/triggers_list.php')
-rw-r--r-- | tools/triggers_list.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index dfbbfd36a..a61ece639 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -830,6 +830,13 @@ array( 'files' => array('include\functions_rate.inc.php'), 'infos' => 'New in 2.6.', ), +array( + 'name' => 'picture_modify_before_update', + 'type' => 'trigger_event', + 'vars' => array('array', 'data'), + 'files' => array('admin\picture_modify.php'), + 'infos' => 'New in 2.6.2.', +), ); ?> <!DOCTYPE html> @@ -1006,4 +1013,4 @@ $("tfoot select").change(function () { </script> </body> -</html>
\ No newline at end of file +</html> |