mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Rename DBA::inArray to DBA::toArray
This commit is contained in:
parent
f051ae1698
commit
4db98eb43d
17 changed files with 34 additions and 34 deletions
|
@ -41,7 +41,7 @@ function q($sql) {
|
|||
|
||||
$columns = DBA::columnCount($ret);
|
||||
|
||||
$data = DBA::inArray($ret);
|
||||
$data = DBA::toArray($ret);
|
||||
|
||||
if ((count($data) == 0) && ($columns == 0)) {
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue