From dbf7ff979122ea0f8877e9ae4b16590f280593ef Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 29 Jan 2017 16:33:30 -0800 Subject: no quotes on dbutcnow() output --- Zotlabs/Daemon/Queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Daemon/Queue.php b/Zotlabs/Daemon/Queue.php index 74541867c..11cbe4494 100644 --- a/Zotlabs/Daemon/Queue.php +++ b/Zotlabs/Daemon/Queue.php @@ -61,7 +61,7 @@ class Queue { // the site is permanently down, there's no reason to attempt delivery at all, or at most not more than once // or twice a day. - $r = q("SELECT * FROM outq WHERE outq_delivered = 0 and outq_scheduled < '%s' ", + $r = q("SELECT * FROM outq WHERE outq_delivered = 0 and outq_scheduled < %s ", db_utcnow() ); } -- cgit v1.2.3