1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Minor doc corrections

This commit is contained in:
e107steved
2009-12-16 22:26:27 +00:00
parent bca0e748eb
commit ef829abe76
2 changed files with 8 additions and 8 deletions

View File

@@ -9,8 +9,8 @@
* Handler - user-related functions
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/user_handler.php,v $
* $Revision: 1.20 $
* $Date: 2009-11-30 20:40:03 $
* $Revision: 1.21 $
* $Date: 2009-12-16 22:26:27 $
* $Author: e107steved $
*
*/
@@ -647,9 +647,9 @@ Following fields auto-filled in code as required:
/**
* Updates user status, primarily the user_ban field, to reflect outside events
* @var string $start - 'ban', 'bounce'
* @var integer $uid - internal user ID, zero if not known
* @var string $emailAddress - email address (optional)
* @param string $start - 'ban', 'bounce'
* @param integer $uid - internal user ID, zero if not known
* @param string $emailAddress - email address (optional)
* @return boolean | string - FALSE if user found, error message if not
*/
public function userStatusUpdate($action, $uid, $emailAddress = '')