=== program/steps/mail/func.inc
==================================================================
|
|
|
|
| 457 | 457 | $OUTPUT->add_gui_object('quotadisplay', $attrib['id']); |
| 458 | 458 | |
| 459 | 459 | // allow the following attributes to be added to the <span> tag |
| 460 | | $attrib_str = create_attrib_string($attrib, array('style', 'class', 'id', 'display')); |
| | 460 | $attrib_str = create_attrib_string($attrib, array('style', 'class', 'id')); |
| 461 | 461 | |
| 462 | 462 | $out = '<span' . $attrib_str . '>'; |
| 463 | 463 | $out .= rcmail_quota_content(NULL, $attrib); |