|
@@ -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] = \""
|
|
|
- . chop(addcslashes($sqspell_lines[$i]), "'\"\\\x0") . "\";\n";
|
|
|
+ . chop(addcslashes($sqspell_lines[$i], "'\"\\\x0")) . "\";\n";
|
|
|
}
|
|
|
$extrajs.= "\n\n";
|
|
|
|