undefined function
This commit is contained in:
parent
d2e5b7cb76
commit
0c3543ac43
@ -66,7 +66,7 @@ class Cron {
|
||||
|
||||
q("delete from atoken where atoken_expires != '%s' && atoken_expires < %s",
|
||||
dbesc(NULL_DATE),
|
||||
dbutcnow()
|
||||
db_utcnow()
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user