no quotes on dbutcnow() output

This commit is contained in:
zotlabs 2017-01-29 16:33:30 -08:00
parent 9addcfe827
commit dbf7ff9791

View file

@ -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()
);
}