From 52a5d6be10a4065cf4b5a19e54b9bbaca8e05bb8 Mon Sep 17 00:00:00 2001 From: Fawaz Date: Wed, 15 Dec 2010 07:12:41 +0000 Subject: [PATCH] Updated : Ignore List --- upload/includes/classes/actions.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/includes/classes/actions.class.php b/upload/includes/classes/actions.class.php index 0752f075..eec33c92 100644 --- a/upload/includes/classes/actions.class.php +++ b/upload/includes/classes/actions.class.php @@ -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