tbrehm
2012-11-28 b1eeabe7fd949032144b4b54657c5a824fa8dacd
Fixed: FS#2547 - Bug of new email warning feature in v3.0.5
1 files modified
2 ■■■ changed files
server/cron_daily.php 2 ●●● patch | view | raw | blame | history
server/cron_daily.php
@@ -686,7 +686,7 @@
                    }
                    
                    //* Send email to client
                    if($web_config['overtraffic_notify_admin'] == 'y') {
                    if($web_config['overtraffic_notify_client'] == 'y') {
                        $client_group_id = $rec["sys_groupid"];
                        $client = $app->db->queryOneRecord("SELECT client.email FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = $client_group_id");
                        if($client['email'] != '') {