diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-16 14:39:51 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-16 14:39:51 +0100 |
commit | 07a641c79f1d6fa6b327d1752a6c2ab76b4e07f6 (patch) | |
tree | 5ba8f5564d3c8fe27f8bf77e8f22276c17cfdc66 /program/steps/mail/func.inc | |
parent | 2d62b6bff8a0525916d0193033403b33e99416ae (diff) |
Code cleanup - unused variables
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 167e30927..e33e965bd 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -647,7 +647,7 @@ function rcmail_message_list_head($attrib, $a_show_cols) */ function rcmail_messagecontent_frame($attrib) { - global $OUTPUT, $RCMAIL; + global $OUTPUT; if (empty($attrib['id'])) $attrib['id'] = 'rcmailcontentwindow'; @@ -1138,7 +1138,7 @@ function rcmail_localized_priority($value) /** * return block to show full message headers */ -function rcmail_message_full_headers($attrib, $headers=NULL) +function rcmail_message_full_headers($attrib) { global $OUTPUT, $RCMAIL; @@ -2051,7 +2051,7 @@ function rcmail_search_filter($attrib) return $out; } -function rcmail_message_error($uid=null) +function rcmail_message_error() { global $RCMAIL; |