mirror of
https://github.com/friendica/friendica
synced 2025-05-22 16:24:12 +02:00
Rename DBA::num_rows to DBA::numRows
This commit is contained in:
parent
1f2c0b98b5
commit
415b982d39
7 changed files with 19 additions and 19 deletions
|
@ -64,7 +64,7 @@ class DBM
|
|||
}
|
||||
|
||||
if (is_object($array)) {
|
||||
return DBA::num_rows($array) > 0;
|
||||
return DBA::numRows($array) > 0;
|
||||
}
|
||||
|
||||
return (is_array($array) && (count($array) > 0));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue