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

PHPdoc fix

This commit is contained in:
marj
2009-11-17 09:37:22 +00:00
parent 7f59d57972
commit 43f3c15b9f
2 changed files with 16 additions and 14 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/user_extended_class.php,v $
| $Revision: 1.28 $
| $Date: 2009-11-10 23:13:30 $
| $Author: e107coders $
| $Revision: 1.29 $
| $Date: 2009-11-17 09:34:04 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
@@ -708,10 +708,11 @@ class e107_user_extended
/**
* Proxy method for setting the value of an extended field
* (inserts or updates)
* @param int $uid
* @param str $field_name eg. location
* @param mixed $newvalue eg. USA
* @param str $fieldType [optional] default 'todb' |
*
* @param integer $uid
* @param string $field_name eg. location
* @param string $newvalue eg. USA
* @param string $fieldType [optional] default 'todb' |
* @return boolean;
*/
function set($uid, $field_name, $newvalue, $fieldType = 'todb')