mirror of
https://github.com/friendica/friendica
synced 2025-04-30 20:24:23 +02:00
Rename DBA::fetch_first to DBA::fetchFirst
This commit is contained in:
parent
591939dfc0
commit
f051ae1698
12 changed files with 18 additions and 18 deletions
|
@ -254,7 +254,7 @@ class Delivery extends BaseObject
|
|||
}
|
||||
|
||||
// We now have some contact, so we fetch it
|
||||
$target_importer = DBA::fetch_first("SELECT *, `name` as `senderName`
|
||||
$target_importer = DBA::fetchFirst("SELECT *, `name` as `senderName`
|
||||
FROM `contact`
|
||||
WHERE NOT `blocked` AND `id` = ? LIMIT 1",
|
||||
$cid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue