Replacing "q" calls with "DBA" calls #1180

Merged
annando merged 8 commits from more-q into develop 2021-10-04 01:03:49 +02:00
Showing only changes of commit 4340ebb2a5 - Show all commits

View file

@ -720,9 +720,9 @@ function pumpio_sync(App $a)
}
if ($next_contact_check <= time()) {
pumpio_getallusers($a, $rr["uid"]);
DI::pConfig()->set($rr['uid'], 'pumpio', 'contact_check', time());
}
pumpio_getallusers($a, $rr["uid"]);
DI::pConfig()->set($rr['uid'], 'pumpio', 'contact_check', time());
}
}
Logger::notice('pumpio: cron_end');