undefined function

This commit is contained in:
redmatrix 2016-07-20 21:55:23 -07:00
parent dffa08adcc
commit 8f57bb95fe

View File

@ -66,7 +66,7 @@ class Cron {
q("delete from atoken where atoken_expires != '%s' && atoken_expires < %s",
dbesc(NULL_DATE),
dbutcnow()
db_utcnow()
);