Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
server/lib/classes/cron.d/300-quota_notify.inc.php
@@ -50,9 +50,9 @@
    public function onRunJob() {
        global $app, $conf;
        
        #########
      //########
        // function for sending notification emails
        #########
      //########
        function send_notification_email($template, $placeholders, $recipients) {
            global $conf;
@@ -108,9 +108,9 @@
        }
        #######################################################################################################
      //######################################################################################################
        // enforce traffic quota (run only on the "master-server")
        #######################################################################################################
      //######################################################################################################
        if ($app->dbmaster == $app->db) {
@@ -187,9 +187,9 @@
        }
        #######################################################################################################
      //######################################################################################################
        // send website quota warnings by email
        #######################################################################################################
      //######################################################################################################
        if ($app->dbmaster == $app->db) {
@@ -334,9 +334,9 @@
        }
        #######################################################################################################
      //######################################################################################################
        // send mail quota warnings by email
        #######################################################################################################
      //######################################################################################################
        if ($app->dbmaster == $app->db) {