mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:50:11 +00:00
Moves the function "is_result" from dba to dbm.
This commit is contained in:
parent
91e20f2f9b
commit
e4c6cfd2d8
11 changed files with 30 additions and 40 deletions
|
@ -228,7 +228,7 @@ function poller_max_connections_reached() {
|
|||
function poller_kill_stale_workers() {
|
||||
$r = q("SELECT `pid`, `executed` FROM `workerqueue` WHERE `executed` != '0000-00-00 00:00:00'");
|
||||
|
||||
if (!dba::is_result($r)) {
|
||||
if (!dbm::is_result($r)) {
|
||||
// No processing here needed
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue