|
@@ -108,6 +108,9 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
|
|
|
"Debug",
|
|
"Debug",
|
|
|
$customFields
|
|
$customFields
|
|
|
);
|
|
);
|
|
|
|
|
+ Capsule::table('tblcustomfields')
|
|
|
|
|
+ ->where('relid', '=', $productID)
|
|
|
|
|
+ ->delete();
|
|
|
Capsule::table('tblcustomfields')
|
|
Capsule::table('tblcustomfields')
|
|
|
->insert(
|
|
->insert(
|
|
|
array(
|
|
array(
|