mirror of
https://github.com/friendica/friendica
synced 2024-11-10 17:02:53 +00:00
Merge remote-tracking branch 'upstream/develop' into 1607-api-generic-xml
This commit is contained in:
commit
de6f48365b
1 changed files with 1 additions and 1 deletions
|
@ -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"]),
|
||||
|
|
Loading…
Reference in a new issue