From 97f57daeb18113b6b66606bd3154437540ee820e Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 7 Apr 2008 19:48:32 +0000 Subject: #1484898 --- program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 79e0248c3..500148bf0 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -411,7 +411,7 @@ function rcmail_quota_display($attrib) $OUTPUT->add_gui_object('quotadisplay', $attrib['id']); // allow the following attributes to be added to the tag - $attrib_str = create_attrib_string($attrib, array('style', 'class', 'id')); + $attrib_str = create_attrib_string($attrib, array('style', 'class', 'id', 'display')); $out = ''; $out .= rcmail_quota_content($attrib['display']); -- cgit v1.2.3