From: Friendika Date: Fri, 19 Aug 2011 04:50:41 +0000 (-0700) Subject: diaspora share - blocked specified twice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9167b2057ba3dfb2840c5821de4a269ef93c9549;p=friendica.git diaspora share - blocked specified twice --- diff --git a/include/diaspora.php b/include/diaspora.php index 5aadef884c..9e6e9eb602 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -350,8 +350,8 @@ function diaspora_request($importer,$xml) { $hash = random_string() . (string) time(); // Generate a confirm_key if($contact_record) { - $ret = q("INSERT INTO `intro` ( `uid`, `contact-id`, `blocked`, `knowyou`, `note`, `hash`, `datetime`,`blocked`) - VALUES ( %d, %d, 1, %d, '%s', '%s', '%s', 0 )", + $ret = q("INSERT INTO `intro` ( `uid`, `contact-id`, `blocked`, `knowyou`, `note`, `hash`, `datetime` ) + VALUES ( %d, %d, 1, %d, '%s', '%s', '%s' )", intval($importer['uid']), intval($contact_record['id']), 0,