diff options
author | alecpl <alec@alec.pl> | 2010-10-13 18:44:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-13 18:44:41 +0000 |
commit | ad334a12579f21e4e04a47e257b9d0ac71d50b98 (patch) | |
tree | f9fb64d10325895c71c6656ad0ea10940cca25a7 /program/steps/mail | |
parent | 48e8b31b1eaa0bdadd39603150ae8c522d394664 (diff) |
- Improve displaying of UI messages (#1486977)
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index da79c2f83..c8ceb8f80 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -24,7 +24,7 @@ $OUTPUT->reset(); $OUTPUT->framed = TRUE; -$savedraft = !empty($_POST['_draft']) ? TRUE : FALSE; +$savedraft = !empty($_POST['_draft']) ? true : false; /****** checks ********/ |