Explorar o código

bugfix usageupdate

andre %!s(int64=4) %!d(string=hai) anos
pai
achega
2c081e049f
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      zimbraSingle.php

+ 0 - 7
zimbraSingle.php

@@ -238,13 +238,6 @@ function zimbraSingle_UsageUpdate($params) {
         ->where('server', '=', $params['serverid'])
         ->where('domainstatus', '=', 'Active')
         ->get();
-    logModuleCall(
-        'zimbrasingle',
-        __FUNCTION__,
-        $productsObj,
-        'Debug',
-        (array)$productsObj[0]
-    );
     foreach((array)$productsObj as $productArray) {
         foreach($productArray as $product) {
             $accountQuota = $apiAccountManager->getQuota($product->username);