diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-12-25 12:11:22 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-12-25 12:11:22 +0100 |
commit | c97625e02a95ebd995af8a06c27229581a071ddd (patch) | |
tree | 4d20bc9facef9e8cb0a9f2d6cdf9dea8fec17e7c /program/steps/mail/headers.inc | |
parent | da5fa28d5705ab2b9991f39741f2a8f1751a25ad (diff) |
CS fixes
Diffstat (limited to 'program/steps/mail/headers.inc')
-rw-r--r-- | program/steps/mail/headers.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/program/steps/mail/headers.inc b/program/steps/mail/headers.inc index ae1f1db81..9d3e6d348 100644 --- a/program/steps/mail/headers.inc +++ b/program/steps/mail/headers.inc @@ -19,8 +19,7 @@ +-----------------------------------------------------------------------+ */ -if ($uid = rcube_utils::get_input_value('_uid', rcube_utils::INPUT_POST)) -{ +if ($uid = rcube_utils::get_input_value('_uid', rcube_utils::INPUT_POST)) { $source = $RCMAIL->storage->get_raw_headers($uid); if ($source !== false) { @@ -48,5 +47,3 @@ if ($uid = rcube_utils::get_input_value('_uid', rcube_utils::INPUT_POST)) } exit; - - |