From 3b1410d95916e4d32806f906b037f065c3cc8dfe Mon Sep 17 00:00:00 2001 From: ullgren Date: Fri, 1 Mar 2002 12:04:43 +0000 Subject: [PATCH] Fixed problem with & in javascript url for Sending Receipt git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2528 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index 34e7712c..56563bab 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -851,7 +851,7 @@ if ($default_use_mdn) { // if no MDNsupport don't use the annoying popup messages else if ( !$FirstTimeSee ) { $sendreceipt = 'send'; - $url = "\"read_body.php?mailbox=$mailbox&passed_id=$passed_id&startMessage=$startMessage&show_more=$show_more&sendreceipt=$sendreceipt\""; + $url = "\"read_body.php?mailbox=$mailbox&passed_id=$passed_id&startMessage=$startMessage&show_more=$show_more&sendreceipt=$sendreceipt\""; echo '' . "" . _("Read receipt") . ': ' . @@ -864,7 +864,7 @@ if ($default_use_mdn) { } else { $sendreceipt = 'send'; - $url = "\"read_body.php?mailbox=$mailbox&passed_id=$passed_id&startMessage=$startMessage&show_more=$show_more&sendreceipt=$sendreceipt\""; + $url = "\"read_body.php?mailbox=$mailbox&passed_id=$passed_id&startMessage=$startMessage&show_more=$show_more&sendreceipt=$sendreceipt\""; if ($javascript_on) { echo "