summaryrefslogtreecommitdiff
path: root/program/steps/mail/sendmail.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-10-13 18:44:41 +0000
committeralecpl <alec@alec.pl>2010-10-13 18:44:41 +0000
commitad334a12579f21e4e04a47e257b9d0ac71d50b98 (patch)
treef9fb64d10325895c71c6656ad0ea10940cca25a7 /program/steps/mail/sendmail.inc
parent48e8b31b1eaa0bdadd39603150ae8c522d394664 (diff)
- Improve displaying of UI messages (#1486977)
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r--program/steps/mail/sendmail.inc2
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 ********/