From d36f3e63f3952acee3577825d9ecc5e45abcf028 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 20 Nov 2000 13:34:10 +0000 Subject: [PATCH] The "Delete" link when reading a message that was on the second or subsequent pages of your mail folder will now return you to the proper page instead of sending you back to page 1 all the time. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@853 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index a2585bd3..d49ec3d1 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -238,7 +238,7 @@ if ($where && $what) { echo " "; } else { - echo " "; + echo " "; } echo _("Delete"); echo "  "; -- 2.25.1