From 6fe8a0dbeb36818b4eb0222574a47c20eb1b4043 Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 9 Jul 2007 09:37:05 +0000 Subject: [PATCH 1/1] drop two unneeded globals git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12514 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/sqspell_functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/squirrelspell/sqspell_functions.php b/plugins/squirrelspell/sqspell_functions.php index f3cceeb5..c9a73889 100644 --- a/plugins/squirrelspell/sqspell_functions.php +++ b/plugins/squirrelspell/sqspell_functions.php @@ -119,7 +119,7 @@ function squirrelspell_upgrade_function() { * @return void */ function sqspell_makePage($title, $scriptsrc, $body){ - global $color, $SQSPELL_VERSION; + global $color; if (! sqgetGlobalVar('MOD', $MOD, SQ_GET) ) { $MOD = 'options_main'; @@ -186,7 +186,7 @@ function sqspell_makePage($title, $scriptsrc, $body){ * @return void */ function sqspell_makeWindow($onload, $title, $scriptsrc, $body){ - global $color, $SQSPELL_VERSION; + global $color; displayHtmlHeader($title, ($scriptsrc ? "\n\n" : '')); -- 2.25.1