mirror of
https://github.com/friendica/friendica
synced 2025-04-22 01:50:11 +00: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
|
@ -498,7 +498,7 @@ class Worker
|
|||
// The processlist only shows entries of the current user
|
||||
if ($max != 0) {
|
||||
$r = DBA::p('SHOW PROCESSLIST');
|
||||
$used = DBA::num_rows($r);
|
||||
$used = DBA::numRows($r);
|
||||
DBA::close($r);
|
||||
|
||||
logger("Connection usage (user values): ".$used."/".$max, LOGGER_DEBUG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue