|
|
@@ -62,12 +62,12 @@ $customfieldIDsObj = Capsule::table('tblcustomfields')
|
|
|
foreach ($customfieldIDsObj as $customfieldID) {
|
|
|
array_push($customfieldIDs, $customfieldID->id);
|
|
|
}
|
|
|
-$customfieldsvalues = array();
|
|
|
+/*$customfieldsvalues = array();
|
|
|
$customfieldsvaluesObj = Capsule::table('tblcustomfieldsvalues')
|
|
|
->select('value')
|
|
|
->where('fieldid', $customfieldIDs)
|
|
|
->get()
|
|
|
- ->toArray();
|
|
|
+ ->toArray(); */
|
|
|
|
|
|
logModuleCall(
|
|
|
'zimbrasingle',
|