Bugfix: There was an SQL error when adding new entries in the fcontact table

2022.09-rc
Michael Vogel 2016-07-15 17:25:30 +02:00
rodzic 334db69d5d
commit 1603aa41ef
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"]),