@@ -66,7 +66,6 @@ $customfieldsvalues = array();
$customfieldsvaluesObj = Capsule::table('tblcustomfieldsvalues')
->select('value')
->where('relid',$hostingIDs)
- ->where('fieldid', $customfieldIDs)
->get()
->toArray();