Bug fix
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 12 Feb 2002 19:13:40 +0000 (19:13 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 12 Feb 2002 19:13:40 +0000 (19:13 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2425 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/display_messages.php

index d67bdf5ead0efb56c8515b990e23a24d2b39b12d..064d1dedcb2ee0333e72d02596557f10ddb23361 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 function error_username_password_incorrect() {
-    global $frame_top;
+    global $frame_top, $color;
 
     if (!isset($frame_top)) {
         $frame_top = '_top';