tbrehm
2011-11-24 b6d93d282ce7a38db07fef5baf6271047d48cfb6
server/mods-available/monitor_core_module.inc.php
@@ -120,6 +120,13 @@
        global $app;
        /*
       *  This monitoring is expensive, so do it only every 15 minutes
       */
      $min = @date('i');
      if ($min % 15 != 0) return;
      /*
         * First we get the Monitoring-data from the tools
         */
        $res = $this->_tools->monitorEmailQuota();