1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 05:24:38 +02:00
This commit is contained in:
CaMer0n
2009-11-18 07:16:51 +00:00
parent c8341dff2e
commit af9235b29b
5 changed files with 218 additions and 110 deletions

View File

@@ -9,9 +9,9 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/facebook/facebook_function.php,v $
* $Revision: 1.13 $
* $Date: 2009-11-18 02:03:35 $
* $Author: marj_nl_fr $
* $Revision: 1.14 $
* $Date: 2009-11-18 07:16:51 $
* $Author: e107coders $
*/
if (!defined('e107_INIT'))
@@ -789,6 +789,11 @@ class e_facebook
function getUserId($uid)
{
if(!$this->fb_uid)
{
return;
}
$sql = e107::getDb();
if($sql->db_Select("facebook", "facebook_user_id", "facebook_uid = ".$this->fb_uid))
{