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