From c52c873e13ae8031392479e0d271cb2bc5e10f67 Mon Sep 17 00:00:00 2001 From: jmunro Date: Fri, 5 Apr 2002 19:48:11 +0000 Subject: [PATCH] fix for message list link coming from search.php Venge Lokalsound git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2688 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index 2dd1901f..5b59f894 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -605,10 +605,10 @@ echo '
' . '"; + echo "search.php?where=".urlencode($where)."&pos=$pos&what=".urlencode($what)."&mailbox=$urlMailbox\">"; } else { echo "right_main.php?sort=$sort&startMessage=$startMessage&mailbox=$urlMailbox\">"; } -- 2.25.1