From 1cf38f190b2f82ab824a6a894395404cccc9beb9 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Tue, 12 Feb 2002 19:13:40 +0000 Subject: [PATCH] Bug fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2425 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 d67bdf5e..064d1ded 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -13,7 +13,7 @@ */ function error_username_password_incorrect() { - global $frame_top; + global $frame_top, $color; if (!isset($frame_top)) { $frame_top = '_top'; -- 2.25.1