andre 4 жил өмнө
parent
commit
020d2a0600

+ 7 - 0
zimbraSingle.php

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