From: philippe_mingo Date: Tue, 12 Feb 2002 19:13:40 +0000 (+0000) Subject: Bug fix X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=1cf38f190b2f82ab824a6a894395404cccc9beb9 Bug fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2425 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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';