From fadbc982598b2a342c968ab0b8d7c75dd6845d83 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 12 Mar 2014 13:35:41 +0000 Subject: merge r27713 from branch 2.6 to trunk feature 3014: new trigger picture_modify_before_update git-svn-id: http://piwigo.org/svn/trunk@27714 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tools') 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.', +), ); ?> @@ -1006,4 +1013,4 @@ $("tfoot select").change(function () { - \ No newline at end of file + -- cgit v1.2.3