From 90d3887ef115a853c2996caecb1c414d68169035 Mon Sep 17 00:00:00 2001 From: kink Date: Fri, 12 Apr 2002 08:29:29 +0000 Subject: [PATCH] Fix incorrect path in URL git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2714 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index e0b4fe83..9fd58967 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -70,7 +70,7 @@ function error_message($message, $mailbox, $sort, $startMessage, $color) { "

$message
\n". '
'. ""; printf (_("Click here to return to %s"), $mailbox); echo '.'. -- 2.25.1