fixed query issue

This commit is contained in:
Devin Smith 2015-01-07 13:00:19 -08:00
parent 32ca7416ba
commit 2a14af0d10

View File

@ -26,7 +26,7 @@ class Crunchbutton_Blast extends Cana_Table {
select blast.* from blast
where
status="new"
date <= NOW()
and date <= NOW()
order by date desc
');
return $que;