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
|
select blast.* from blast
|
||||||
where
|
where
|
||||||
status="new"
|
status="new"
|
||||||
date <= NOW()
|
and date <= NOW()
|
||||||
order by date desc
|
order by date desc
|
||||||
');
|
');
|
||||||
return $que;
|
return $que;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user