1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 05:24:38 +02:00

PHPdoc fix

This commit is contained in:
marj
2009-11-17 14:31:43 +00:00
parent 8c0be0b4fe
commit edbbae61a1
2 changed files with 17 additions and 15 deletions

View File

@@ -10,9 +10,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/facebook/facebook_function.php,v $
| $Revision: 1.11 $
| $Date: 2009-11-13 09:51:19 $
| $Author: e107coders $
| $Revision: 1.12 $
| $Date: 2009-11-17 14:31:43 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
@@ -938,10 +938,12 @@ class e_facebook
/**
* Return an Array suitable for insertion into the 'facebook' db table.
* @param object $info [optional]
* @param object $user_id
* @return
*
* @param string $info [optional]
* @param integer $user_id
* @return array
*/
//FIXME arguments order. $user_id looks mandatory whereas $info is optionnal
function prepareUserData($info = '', $user_id)
{