1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +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 @@
* e107 Preference Handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/pref_class.php,v $
* $Revision: 1.34 $
* $Date: 2009-12-13 21:52:32 $
* $Revision: 1.35 $
* $Date: 2009-12-16 22:26:26 $
* $Author: e107steved $
*/
@@ -952,7 +952,7 @@ class prefs
/**
* Return current array from pref string $name in $table (core only for now)
*
* @param: string $name -- name of pref row
* @param string $name -- name of pref row
* @param string $table -- "core" only now
* @return array pref values
* @access public

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 = '')