From: stekkel Date: Fri, 29 Sep 2006 09:02:22 +0000 (+0000) Subject: Fix reply indentation. It was an ordinary typo ;) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=74f66d27976844a6b3cd4a6b7be37f16ee0ba318;p=squirrelmail.git Fix reply indentation. It was an ordinary typo ;) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11764 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/compose.php b/src/compose.php index 7b3d4953..a76e7e65 100644 --- a/src/compose.php +++ b/src/compose.php @@ -681,7 +681,7 @@ function newMail ($mailbox='', $passed_id='', $passed_ent_id='', $action='', $se global $editor_size, $default_use_priority, $body, $idents, $use_signature, $data_dir, $username, $key, $imapServerAddress, $imapPort, $compose_messages, - $composeMessage, $body_quotem, $request_mdn, $request_dr, + $composeMessage, $body_quote, $request_mdn, $request_dr, $default_use_mdn, $mdn_user_support; global $languages, $squirrelmail_language, $default_charset;