Fix typo
authoravel <avel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 19 Mar 2007 13:45:44 +0000 (13:45 +0000)
committeravel <avel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 19 Mar 2007 13:45:44 +0000 (13:45 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12341 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/modules/check_me.mod

index 35817d84bdba6590346fac92d77c675d0c20d1dd..05c9af987bc875f8be605cd49fcace8713d6dca2 100644 (file)
@@ -183,7 +183,7 @@ if ($errors){
   for ($i=0; $i<sizeof($sqspell_lines); $i++){
     // use addcslashes for compatibility with magic_quotes_sybase
     $extrajs.= "sqspell_lines[$i] = \""
   for ($i=0; $i<sizeof($sqspell_lines); $i++){
     // use addcslashes for compatibility with magic_quotes_sybase
     $extrajs.= "sqspell_lines[$i] = \""
-      . chop(addcslashes($sqspell_lines[$i]), "'\"\\\x0") . "\";\n";
+      . chop(addcslashes($sqspell_lines[$i], "'\"\\\x0")) . "\";\n";
   }
   $extrajs.= "\n\n";
 
   }
   $extrajs.= "\n\n";