diff options
author | redmatrix <git@macgirvin.com> | 2016-07-20 21:55:23 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-20 21:57:15 -0700 |
commit | 8f57bb95fe78f70c40f45ad3c7df92ab1e8cb305 (patch) | |
tree | d5a2f874ca18e290fa801815fd479c815a81d5b9 /Zotlabs/Daemon/Cron.php | |
parent | dffa08adcc8f2b72be2b0927556abbedb219cc17 (diff) | |
download | volse-hubzilla-8f57bb95fe78f70c40f45ad3c7df92ab1e8cb305.tar.gz volse-hubzilla-8f57bb95fe78f70c40f45ad3c7df92ab1e8cb305.tar.bz2 volse-hubzilla-8f57bb95fe78f70c40f45ad3c7df92ab1e8cb305.zip |
undefined function
Diffstat (limited to 'Zotlabs/Daemon/Cron.php')
-rw-r--r-- | Zotlabs/Daemon/Cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cron.php b/Zotlabs/Daemon/Cron.php index 5af8174bf..c6e82b13a 100644 --- a/Zotlabs/Daemon/Cron.php +++ b/Zotlabs/Daemon/Cron.php @@ -66,7 +66,7 @@ class Cron { q("delete from atoken where atoken_expires != '%s' && atoken_expires < %s", dbesc(NULL_DATE), - dbutcnow() + db_utcnow() ); |