aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-03-12 13:35:41 +0000
committerplegall <plg@piwigo.org>2014-03-12 13:35:41 +0000
commitfadbc982598b2a342c968ab0b8d7c75dd6845d83 (patch)
tree9b5e9e7ae870f07036ded5567b0c55ebaa8af0eb /tools
parent5b0a3e226dc3c601813694e70ca6630cf2c75ef7 (diff)
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
Diffstat (limited to 'tools')
-rw-r--r--tools/triggers_list.php9
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>