Updated : Ignore List
This commit is contained in:
parent
74febd1293
commit
52a5d6be10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue