fixed query issue
This commit is contained in:
parent
32ca7416ba
commit
2a14af0d10
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user