Browse Source

remove customfield delete function

andre 5 years ago
parent
commit
9a303b1e49
1 changed files with 0 additions and 3 deletions
  1. 0 3
      zimbraSingle.php

+ 0 - 3
zimbraSingle.php

@@ -97,9 +97,6 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
 {
     $whmcs = App::self();
     $productID = $whmcs->get_req_var('id');
-    Capsule::table('tblcustomfields')
-        ->where('relid', '=', $productID)
-        ->delete();
     try {
         Capsule::table('tblcustomfields')
         ->insert(