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