- brought back comment (ops)
- DBM is the class name (not dbm)

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2018-05-13 10:06:43 +02:00
parent 8d9547777e
commit 445cc1cb99
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ function poco_init(App $a) {
}
if ($a->argc > 1 && $a->argv[1] === '@global') {
// List of all profiles that this server recently had data from
$global = true;
$update_limit = date(DateTimeFormat::MYSQL, time() - 30 * 86400);
}

View File

@ -132,7 +132,7 @@ class DFRN
dbesc($owner_nick)
);
if (! dbm::is_result($r)) {
if (! DBM::is_result($r)) {
logger(sprintf('No contact found for nickname=%d', $owner_nick), LOGGER_WARNING);
killme();
}