X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsqspell_functions.php;h=c9a738894b16c78e7add67160fcf22ae97ad93f7;hp=f3cceeb59e227fe7757e36e6585b45ab61bbf329;hb=6fe8a0dbeb36818b4eb0222574a47c20eb1b4043;hpb=6aeb566fbd0d66ec2ab7c84d6a9b18bd6af3dabe 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" : ''));