From bbb59ee3f9576a8e7bb47cfa384287b94ad63e9b Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 11 Jan 2014 13:08:26 +0000 Subject: add two triggers and user_list_backend.php and don't fail on unknown column git-svn-id: http://piwigo.org/svn/trunk@26618 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tools/triggers_list.php') diff --git a/tools/triggers_list.php b/tools/triggers_list.php index 513eddd02..3c421b305 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -809,6 +809,20 @@ array( 'files' => array('include\template.class.php (FileCombiner::process_combinable)'), 'infos' => 'New in 2.6.', ), +array( + 'name' => 'user_list_columns', + 'type' => 'trigger_event', + 'vars' => array('string[]', 'aColumns'), + 'files' => array('admin\user_list_backend.php'), + 'infos' => 'New in 2.6.', +), +array( + 'name' => 'after_render_user_list', + 'type' => 'trigger_event', + 'vars' => array('array', 'output'), + 'files' => array('admin\user_list_backend.php'), + 'infos' => 'New in 2.6.', +), ); ?> -- cgit v1.2.3