andre 5 vuotta sitten
vanhempi
commit
8a699e5389
1 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  1. 0 7
      zimbraSingle.inc

+ 0 - 7
zimbraSingle.inc

@@ -455,13 +455,6 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
 {
 {
     $whmcs = App::self();
     $whmcs = App::self();
     $productID = $whmcs->get_req_var('id');
     $productID = $whmcs->get_req_var('id');
-    logModuleCall(
-        'zimbrasingle',
-        __FUNCTION__,
-        $packageconfigoption,
-        "Debug",
-        $productID
-    );
     Capsule::table('tblcustomfields')
     Capsule::table('tblcustomfields')
         ->where('relid', '=', $productID)
         ->where('relid', '=', $productID)
         ->delete();
         ->delete();