diff options
author | Friendika <info@friendika.com> | 2011-08-18 21:50:41 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-18 21:50:41 -0700 |
commit | 9167b2057ba3dfb2840c5821de4a269ef93c9549 (patch) | |
tree | 8422203d2aa9ca31bc91ff77867cb490055d0708 /include/diaspora.php | |
parent | c05c20aa56eaba3102e6c56a0160999352619b61 (diff) | |
download | volse-hubzilla-9167b2057ba3dfb2840c5821de4a269ef93c9549.tar.gz volse-hubzilla-9167b2057ba3dfb2840c5821de4a269ef93c9549.tar.bz2 volse-hubzilla-9167b2057ba3dfb2840c5821de4a269ef93c9549.zip |
diaspora share - blocked specified twice
Diffstat (limited to 'include/diaspora.php')
-rw-r--r-- | include/diaspora.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 5aadef884..9e6e9eb60 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, |