From aea33dbb25e1175265649f96b43848e1f50cbbf9 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Fri, 14 Jun 2013 20:27:06 +0000 Subject: comments I forgot to commit in triggers_list.php git-svn-id: http://piwigo.org/svn/trunk@23210 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/triggers_list.php b/tools/triggers_list.php index ab54ebcc7..0cb12e7a1 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -796,19 +796,21 @@ array( 'type' => 'trigger_action', 'vars' => array('int', 'user_id'), 'files' => array('include\functions_user.inc.php (logout_user)'), + 'infos' => 'New in 2.5', ), array( 'name' => 'user_login', 'type' => 'trigger_action', 'vars' => array('int', 'user_id'), 'files' => array('include\functions_user.inc.php (log_user)'), + 'infos' => 'New in 2.5', ), array( 'name' => 'try_log_user', 'type' => 'trigger_event', 'vars' => array('boolean', 'success', 'string', 'username', 'string', 'password', 'bool', 'remember_me'), 'files' => array('include\functions_user.inc.php (try_log_user)'), - 'infos' => 'Used by identification form to check user credentials and log user. If success is true, another login method already succeed. Return true if your method succeed.', + 'infos' => 'New in 2.5. Used by identification form to check user credentials and log user. If success is true, another login method already succeed. Return true if your method succeed.', ), ); ?> -- cgit v1.2.3