mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02: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