mirror of
https://github.com/friendica/friendica
synced 2025-04-25 12:30:11 +00:00
Replace old database queries with the new ones
This commit is contained in:
parent
6cb26f884e
commit
f806fa91b1
3 changed files with 2 additions and 3 deletions
|
@ -2080,7 +2080,6 @@ class DFRN
|
|||
'confirm' => $relocate["confirm"], 'notify' => $relocate["notify"],
|
||||
'poll' => $relocate["poll"], 'site-pubkey' => $relocate["sitepubkey"]];
|
||||
$condition = ["(`id` = ?) OR (`nurl` = ?)", $importer["id"], normalise_link($old["url"])];
|
||||
dba::update('contact', $fields, $condition);
|
||||
|
||||
// @TODO No dba:update here?
|
||||
dba::update('contact', $fields, $condition);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue