summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-07-05 20:18:19 +0200
committerandi <andi@splitbrain.org>2005-07-05 20:18:19 +0200
commitb40b0c0d7a7f5706bd77bba0a52ab838cc8cdfda (patch)
treeb49b971c774ed878f9d94c08e2a00b49ae751bf7
parent0c16b1d365abfa99863514dfab095daed951aec5 (diff)
downloadrpg-b40b0c0d7a7f5706bd77bba0a52ab838cc8cdfda.tar.gz
rpg-b40b0c0d7a7f5706bd77bba0a52ab838cc8cdfda.tar.bz2
spellchecker: removed wrong stripslashes calls
darcs-hash:20050705181819-9977f-204dfb5ed3e38f9ec92f26f0751b9799aacd03a0.gz
-rw-r--r--lib/exe/spellcheck.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/exe/spellcheck.php b/lib/exe/spellcheck.php
index 67448673c..968e25395 100644
--- a/lib/exe/spellcheck.php
+++ b/lib/exe/spellcheck.php
@@ -78,9 +78,6 @@ if(function_exists($call)){
* @author Andreas Gohr <andi@splitbrain.org>
*/
function spaceslink($string, $check=""){
- $string = stripslashes($string);
- $check = stripslashes($check);
-
$result = ' '; //opening [[
$result .= str_pad('',utf8_strlen($string),' ');
$result .= $check;