Updated : Ignore List

This commit is contained in:
Fawaz 2010-12-15 07:12:41 +00:00
parent 74febd1293
commit 52a5d6be10

View file

@ -367,7 +367,7 @@ class cbactions
$type = $this->type;
$results = $db->select(tbl($this->flag_tbl.",".$this->type_tbl),"*,
count(*) AS total_flags",tbl($this->flag_tbl).".id = ".tbl($this->type_tbl).".".$this->type_id_field."
AND type='".$this->type."' GROUP BY ".tbl($this->flag_tbl).".id ,".tbl($this->flag_tbl).".type ",$limit);
AND type='".$this->type."' GROUP BY ".tbl($this->flag_tbl).".id ,".tbl($this->flag_tbl).".type ",$limit);
if($db->num_rows>0)
return $results;
else