Index: /branches/comu-ver2/data/class/pages/admin/products/LC_Page_Admin_Products.php
===================================================================
--- /branches/comu-ver2/data/class/pages/admin/products/LC_Page_Admin_Products.php	(revision 17569)
+++ /branches/comu-ver2/data/class/pages/admin/products/LC_Page_Admin_Products.php	(revision 17667)
@@ -226,7 +226,7 @@
                                 if ($element != ""){
                                     if ($tmp_where == ""){
-                                        $tmp_where.="AND (status LIKE ? ";
+                                        $tmp_where.="AND (status = ? ";
                                     }else{
-                                        $tmp_where.="OR status LIKE ? ";
+                                        $tmp_where.="OR status = ? ";
                                     }
                                     $arrval[]=$element;
