Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
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 @@
      
      
   }
}