interface/web/dashboard/dashlets/mailquota.php
@@ -13,7 +13,7 @@ $wb = array(); $lng_file = 'lib/lang/'.$_SESSION['s']['language'].'_dashlet_mailquota.lng'; if(is_file($lng_file)) include($lng_file); if(is_file($lng_file)) include $lng_file; $tpl->setVar($wb); $tmp_rec = $app->db->queryAllRecords("SELECT data from monitor_data WHERE type = 'email_quota' ORDER BY created DESC"); @@ -81,6 +81,7 @@ } }