mirror of
https://github.com/friendica/friendica
synced 2025-05-24 13:04:12 +02:00
Rename Friendica\Database\dba to Friendica\Database\DBA
This commit is contained in:
parent
b6a1df0598
commit
af6dbc654f
127 changed files with 1169 additions and 1169 deletions
|
@ -64,7 +64,7 @@ class DBM
|
|||
}
|
||||
|
||||
if (is_object($array)) {
|
||||
return dba::num_rows($array) > 0;
|
||||
return DBA::num_rows($array) > 0;
|
||||
}
|
||||
|
||||
return (is_array($array) && (count($array) > 0));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue