From 39cf816fd934b26f5312fd9ac10238d5aae543b8 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 10 Feb 2008 19:23:03 +0000 Subject: [PATCH] Don't capitalize PHP fxns git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12935 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/compose.php b/src/compose.php index 6599099b..302f2f03 100644 --- a/src/compose.php +++ b/src/compose.php @@ -154,7 +154,7 @@ if ( sqgetGlobalVar('mailtodata', $mailtodata, SQ_GET) ) { unset($mailtodata,$mtdata, $trtable); } -/* Location (For HTTP 1.1 Header("Location: ...") redirects) */ +/* Location (For HTTP 1.1 header("Location: ...") redirects) */ $location = get_location(); /* Identities (fetch only once) */ $idents = get_identities(); @@ -441,7 +441,7 @@ if ($draft) { if ($compose_new_win == '1') { if ( !isset($pageheader_sent) || !$pageheader_sent ) { - Header("Location: $location/compose.php?saved_draft=yes&session=$composesession"); + header("Location: $location/compose.php?saved_draft=yes&session=$composesession"); } else { //FIXME: DON'T ECHO HTML FROM CORE! echo '