From: Michael Vogel Date: Fri, 15 Jul 2016 15:25:30 +0000 (+0200) Subject: Bugfix: There was an SQL error when adding new entries in the fcontact table X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1603aa41ef670ae7508cac2cbdf4a92cc92b358a;p=friendica.git Bugfix: There was an SQL error when adding new entries in the fcontact table --- diff --git a/include/diaspora.php b/include/diaspora.php index 483a34ac0d..bd4f867637 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -638,7 +638,7 @@ class diaspora { } else { $r = q("INSERT INTO `fcontact` (`url`,`name`,`photo`,`request`,`nick`,`addr`, `guid`, `batch`, `notify`,`poll`,`confirm`,`network`,`alias`,`pubkey`,`updated`) - VALUES ('%s','%s','%s','%s','%s','%s','%s','%s','%s','%s','%s','%s','%s','%s')", + VALUES ('%s','%s','%s','%s','%s','%s','%s','%s','%s','%s','%s','%s','%s','%s','%s')", dbesc($arr["url"]), dbesc($arr["name"]), dbesc($arr["photo"]),