thomascube
2006-09-01 fda695f29732f5e5bcaa55e7e7abd090d2359927
program/include/rcube_imap.inc
@@ -1463,7 +1463,7 @@
  function get_quota()
    {
    if ($this->get_capability('QUOTA'))
      return array('total' => 2048 * 1024, 'used' => 500 * 1024, 'percent' => 32); //iil_C_GetQuota($this->conn);
      return iil_C_GetQuota($this->conn);
   
    return FALSE;
    }