Index: branches/version-2/data/class/pages/admin/products/LC_Page_Admin_Products.php
===================================================================
--- branches/version-2/data/class/pages/admin/products/LC_Page_Admin_Products.php	(revision 17227)
+++ branches/version-2/data/class/pages/admin/products/LC_Page_Admin_Products.php	(revision 17719)
@@ -222,7 +222,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;
