tbrehm
2012-01-02 49a4ebff7c069a34fb1c9967aab06486b75735e0
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();