diaspora share - blocked specified twice
This commit is contained in:
parent
c05c20aa56
commit
9167b2057b
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue