X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fsocgraph.php;h=24f584db765bd862afa450c3d2652cf76f85f30d;hb=ad5a47aecfe843199c50fb394cca6a77d5c12f3d;hp=4fe9eaf9095cd029e20a11103f521e027757451e;hpb=210fe188b28ffb6079b6a54ea7fed0e3fcf2061f;p=friendica.git diff --git a/include/socgraph.php b/include/socgraph.php index 4fe9eaf909..24f584db76 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -2,7 +2,6 @@ require_once('include/datetime.php'); - /* * poco_load * @@ -93,8 +92,8 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { } if((! $name) || (! $profile_url) || (! $profile_photo)) - continue; - + continue; + $x = q("select * from `gcontact` where `nurl` = '%s' limit 1", dbesc(normalise_link($profile_url)) ); @@ -103,8 +102,8 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { $gcid = $x[0]['id']; if($x[0]['name'] != $name || $x[0]['photo'] != $profile_photo) { - q("update gcontact set `name` = '%s', `photo` = '%s', `connect` = '%s', `url` = '%s' - where `nurl` = '%s' limit 1", + q("update gcontact set `name` = '%s', `photo` = '%s', `connect` = '%s', `url` = '%s' + where `nurl` = '%s'", dbesc($name), dbesc($profile_photo), dbesc($connect_url), @@ -147,7 +146,7 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { ); } else { - q("update glink set updated = '%s' where `cid` = %d and `uid` = %d and `gcid` = %d and zcid = %d limit 1", + q("update glink set updated = '%s' where `cid` = %d and `uid` = %d and `gcid` = %d and zcid = %d", dbesc(datetime_convert()), intval($cid), intval($uid),