From: lkehresman Date: Sat, 8 Jan 2000 20:53:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=90ffbffc19c007954ccd18a87d6491018997e52a *** empty log message *** git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@144 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/compose_send.php b/src/compose_send.php index d9cb37c5..5d8cb681 100644 --- a/src/compose_send.php +++ b/src/compose_send.php @@ -45,6 +45,7 @@ exit; } + $passed_body = stripslashes($passed_body); $passed_body = stripslashes($passed_body); $passed_to = stripslashes($passed_to); $passed_cc = stripslashes($passed_cc); diff --git a/src/options.php b/src/options.php index e0a42c61..701fa367 100644 --- a/src/options.php +++ b/src/options.php @@ -149,7 +149,7 @@ else $sig_size = $editor_size; - echo "
Signature:

"; + echo "
Signature:

"; echo ""; diff --git a/src/options_submit.php b/src/options_submit.php index 00d5fa2d..7b7d8238 100644 --- a/src/options_submit.php +++ b/src/options_submit.php @@ -21,9 +21,6 @@ setPref($data_dir, $username, "editor_size", $editorsize); setPref($data_dir, $username, "use_signature", $usesignature); - echo $signature_edit; - echo stripslashes($signature_edit); - setSig($data_dir, $username, stripslashes($signature_edit)); echo "";