From b40b0c0d7a7f5706bd77bba0a52ab838cc8cdfda Mon Sep 17 00:00:00 2001
From: andi <andi@splitbrain.org>
Date: Tue, 5 Jul 2005 20:18:19 +0200
Subject: [PATCH] spellchecker: removed wrong stripslashes calls

darcs-hash:20050705181819-9977f-204dfb5ed3e38f9ec92f26f0751b9799aacd03a0.gz
---
 lib/exe/spellcheck.php | 3 ---
 1 file changed, 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;
-- 
GitLab