1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Bugtracker #4642 - problems with backslashes

This commit is contained in:
e107steved
2009-01-05 22:01:43 +00:00
parent 2847dc75c7
commit 93a3ea9948

View File

@@ -12,8 +12,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $ | $Source: /cvs_backup/e107_0.8/e107_handlers/comment_class.php,v $
| $Revision: 1.16 $ | $Revision: 1.17 $
| $Date: 2008-11-22 12:57:25 $ | $Date: 2009-01-05 22:01:37 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -308,8 +308,7 @@ class comment {
} }
} }
} // End (nested comment handling) } // End (nested comment handling)
//echo $text; return $text;
return stripslashes($text);
} }
/** /**