diff options
author | mistic100 <mistic@piwigo.org> | 2014-01-11 13:08:26 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-01-11 13:08:26 +0000 |
commit | bbb59ee3f9576a8e7bb47cfa384287b94ad63e9b (patch) | |
tree | 67f9800e5e4d297ff8534923fadaa055d950cf34 /tools/triggers_list.php | |
parent | bd080506705f500d6019cf38f7aaf1bc41c277c6 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | tools/triggers_list.php | 14 |
1 files changed, 14 insertions, 0 deletions
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.', +), ); ?> <!DOCTYPE html> |