diff options
author | mistic100 <mistic@piwigo.org> | 2013-06-14 20:27:06 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-06-14 20:27:06 +0000 |
commit | aea33dbb25e1175265649f96b43848e1f50cbbf9 (patch) | |
tree | be6ef7340932b227f19d32f61ea5f0e0c75714f6 /tools/triggers_list.php | |
parent | b28f15e8de7116b8c0e71bedc5b42964f8eb703d (diff) |
comments I forgot to commit in triggers_list.php
git-svn-id: http://piwigo.org/svn/trunk@23210 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/triggers_list.php')
-rw-r--r-- | tools/triggers_list.php | 4 |
1 files changed, 3 insertions, 1 deletions
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 <i>success</i> is <i>true</i>, another login method already succeed. Return <i>true</i> if your method succeed.', ), ); ?> |