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";
}
---------------------------------------
|