cfoe
2012-07-07 ffe8428a13a5ff6fcc77bd5dd26f1d17e981d33d
server/mods-available/monitor_core_module.inc.php
@@ -117,7 +117,7 @@
   }
    private function _monitorEmailQuota() {
        global $app;
        global $app, $conf;
        /*
       *  This monitoring is expensive, so do it only every 15 minutes
@@ -125,6 +125,10 @@
      $min = @date('i');
      if ($min % 15 != 0) return;
      
      $app->uses('getconf');
      $mail_config = $app->getconf->get_server_config($conf['server_id'], 'mail');
      if($mail_config['mailbox_quota_stats'] == 'n') return;
      
      /*
         * First we get the Monitoring-data from the tools