From 52434a6ee7a3b22c7014635286922623fde7956d Mon Sep 17 00:00:00 2001 From: cigamit Date: Thu, 28 Oct 2004 05:50:39 +0000 Subject: [PATCH] Missing global, $color was not defined git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8264 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/options.php b/functions/options.php index 3c9d46b2..93783a6d 100644 --- a/functions/options.php +++ b/functions/options.php @@ -154,7 +154,7 @@ class SquirrelOption { } function createHTMLWidget() { - global $javascript_on; + global $javascript_on, $color; // Use new value if available if (!empty($this->new_value)) { -- 2.25.1