mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
Bugtracker #4642 - problems with backslashes
This commit is contained in:
parent
2847dc75c7
commit
93a3ea9948
@ -12,8 +12,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $
|
||||
| $Revision: 1.16 $
|
||||
| $Date: 2008-11-22 12:57:25 $
|
||||
| $Revision: 1.17 $
|
||||
| $Date: 2009-01-05 22:01:37 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -308,8 +308,7 @@ class comment {
|
||||
}
|
||||
}
|
||||
} // End (nested comment handling)
|
||||
//echo $text;
|
||||
return stripslashes($text);
|
||||
return $text;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user