Warning removal
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Nov 2001 14:19:18 +0000 (14:19 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Nov 2001 14:19:18 +0000 (14:19 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1737 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/setup.php

index 351bb266f78eabd6461b71bc1e8f73f71a6306d7..37ca6def51d33587686c0a0c90fcd22433a44c53 100644 (file)
@@ -18,7 +18,7 @@
      */
     function soupNazi(){
 
-        global $HTTP_USER_AGENT;
+        global $HTTP_USER_AGENT, $SQSPELL_SOUP_NAZI;
         
         require_once('../plugins/squirrelspell/sqspell_config.php');
 
@@ -67,4 +67,4 @@
         }
     }
 
-?>
\ No newline at end of file
+?>