Changeset 876b15d in github for program/steps/mail/func.inc
- Timestamp:
- Aug 28, 2008 2:04:19 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 910d07e
- Parents:
- acbc487
- File:
-
- 1 edited
-
program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/func.inc
r79aeb30 r876b15d 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.
