View Single Post
  #11 (permalink)  
Old 03-02-2009, 11:05 PM
inrated inrated is offline
Registered User
 
Join Date: Apr 2008
Posts: 14
inrated is on a distinguished road
Default

tell me exactly how i should insert this, from the previous old post??
is the below just indicating to add this: or spam = ''

-------------------------
if (!$spam) {

$links_obj->query = "select * from idx_link_temp where spam = '0' or spam = '' order by date desc, vid desc";

}

else {

$links_obj->query = "select * from idx_link_temp where spam = '1' order by date desc, vid desc";

}

---------------------------------------
Reply With Quote