mirror of
https://github.com/friendica/friendica
synced 2025-02-23 03:58:14 +00:00
Rename selectOne to selectFirst in comment
This commit is contained in:
parent
ae66bcaff3
commit
483d1a1bcb
1 changed files with 3 additions and 3 deletions
|
@ -588,7 +588,7 @@ class dba {
|
||||||
/**
|
/**
|
||||||
* Fetches the first row
|
* Fetches the first row
|
||||||
*
|
*
|
||||||
* Please use dba::selectOne or dba::exists whenever this is possible.
|
* Please use dba::selectFirst or dba::exists whenever this is possible.
|
||||||
*
|
*
|
||||||
* @brief Fetches the first row
|
* @brief Fetches the first row
|
||||||
* @param string $sql SQL statement
|
* @param string $sql SQL statement
|
||||||
|
|
Loading…
Add table
Reference in a new issue