From: <ok...@us...> - 2003-01-05 18:27:43
|
Update of /cvsroot/xoops/xoops2/class In directory sc8-pr-cvs1:/tmp/cvs-serv18129/class Modified Files: module.textsanitizer.php Log Message: removed codes that arent used at all Index: module.textsanitizer.php =================================================================== RCS file: /cvsroot/xoops/xoops2/class/module.textsanitizer.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** module.textsanitizer.php 5 Jan 2003 14:21:38 -0000 1.2 --- module.textsanitizer.php 5 Jan 2003 18:27:40 -0000 1.3 *************** *** 141,149 **** } ! function &addSlashes($text, $force = false) { - if ($force) { - return addslashes($text); - } if (!get_magic_quotes_gpc()) { $text =& addslashes($text); --- 141,146 ---- } ! function &addSlashes($text) { if (!get_magic_quotes_gpc()) { $text =& addslashes($text); |