Changeset 1691 in subversion for trunk/roundcubemail/program/steps/mail/func.inc
- Timestamp:
- Aug 28, 2008 2:04:19 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r1686 r1691 458 458 function rcmail_quota_content($quota=NULL) 459 459 { 460 global $IMAP, $COMM_PATH ;460 global $IMAP, $COMM_PATH, $RCMAIL; 461 461 462 462 $display = isset($_SESSION['quota_display']) ? $_SESSION['quota_display'] : ''; … … 472 472 $quota = $IMAP->get_quota(); 473 473 474 if ($quota )474 if ($quota && !($quota['total']==0 && $RCMAIL->config->get('quota_zero_as_unlimited'))) 475 475 { 476 476 $quota_text = sprintf('%s / %s (%.0f%%)',
Note: See TracChangeset
for help on using the changeset viewer.
