@@ -2053,6 +2053,8 @@ class Whlabel_bh extends Start_Controller {
{
$where .= " and features like '%-".$color."-%'";
}
+ echo $where;
+ die;
if(!empty($crk_select)){
if($crk_select == 1){
$where .=" and rk != ck ";