andre 5 vuotta sitten
vanhempi
commit
c3fb186b35
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      zimbraSingle.php

+ 2 - 2
zimbraSingle.php

@@ -245,7 +245,7 @@ function zimbraSingle_UsageUpdate($params) {
                 'Error : could not find quota for ' . $product['username'],
                 'Error : could not find quota for ' . $product['username'],
                 $accountQuota
                 $accountQuota
             );
             );
-            break;
+            continue;
         }
         }
         $mboxObj = $apiAccountManager->getMailbox($product['username']);
         $mboxObj = $apiAccountManager->getMailbox($product['username']);
         if(is_a($mboxObj, 'Exception')) {
         if(is_a($mboxObj, 'Exception')) {
@@ -256,7 +256,7 @@ function zimbraSingle_UsageUpdate($params) {
                 'Error: could not fetch mailbox info for ' . $product['username'],
                 'Error: could not fetch mailbox info for ' . $product['username'],
                 $mboxObj
                 $mboxObj
             );
             );
-            break;
+            continue;
         }
         }
         $mboxVars = get_object_vars($mboxObj);
         $mboxVars = get_object_vars($mboxObj);
         $mboxSize = $mboxVars['S'];
         $mboxSize = $mboxVars['S'];