From d736f6b09a48fa433e23a2c28ba084e4e9964dd8 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 11 Feb 2014 20:44:05 +0000 Subject: update trigger list git-svn-id: http://piwigo.org/svn/trunk@27331 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools') diff --git a/tools/triggers_list.php b/tools/triggers_list.php index d327da72d..dfbbfd36a 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -823,6 +823,13 @@ array( 'files' => array('admin\user_list_backend.php'), 'infos' => 'New in 2.6.', ), +array( + 'name' => 'update_rating_score', + 'type' => 'trigger_event', + 'vars' => array('boolean', 'done', 'int', 'element_id'), + 'files' => array('include\functions_rate.inc.php'), + 'infos' => 'New in 2.6.', +), ); ?> -- cgit v1.2.3