tbrehm
2011-11-16 00baa16a9e0905b3e5140349b723544597a017b9
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();