|
@@ -110,9 +110,6 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
|
|
|
"debug",
|
|
"debug",
|
|
|
$customFieldIDs
|
|
$customFieldIDs
|
|
|
);
|
|
);
|
|
|
- Capsule::table('tblcustomfields')
|
|
|
|
|
- ->where('relid', '=', $productID)
|
|
|
|
|
- ->delete();
|
|
|
|
|
Capsule::table('tblcustomfields')
|
|
Capsule::table('tblcustomfields')
|
|
|
->updateOrInsert(
|
|
->updateOrInsert(
|
|
|
array(
|
|
array(
|