Ignore:
Timestamp:
Jun 14, 2013, 10:27:06 PM (11 years ago)
Author:
mistic100
Message:

comments I forgot to commit in triggers_list.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r20826 r23210  
    797797  'vars' => array('int', 'user_id'),
    798798  'files' => array('include\functions_user.inc.php (logout_user)'),
     799  'infos' => 'New in 2.5',
    799800),
    800801array(
     
    803804  'vars' => array('int', 'user_id'),
    804805  'files' => array('include\functions_user.inc.php (log_user)'),
     806  'infos' => 'New in 2.5',
    805807),
    806808array(
     
    809811  'vars' => array('boolean', 'success', 'string', 'username', 'string', 'password', 'bool', 'remember_me'),
    810812  'files' => array('include\functions_user.inc.php (try_log_user)'),
    811   '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.',
     813  '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.',
    812814),
    813815);
Note: See TracChangeset for help on using the changeset viewer.