diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/triggers_list.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index a61ece639..cf36a6309 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -837,6 +837,13 @@ array( 'files' => array('admin\picture_modify.php'), 'infos' => 'New in 2.6.2.', ), +array( + 'name' => 'ws_users_getList', + 'type' => 'trigger_event', + 'vars' => array('array', 'users'), + 'files' => array('include\ws_functions\pwg.users.php'), + 'infos' => 'New in 2.6.2.', +), ); ?> <!DOCTYPE html> |