Minahito
minah****@users*****
2006年 8月 13日 (日) 14:33:02 JST
Index: xoops2jp/html/class/module.textsanitizer.php diff -u xoops2jp/html/class/module.textsanitizer.php:1.2.8.7 xoops2jp/html/class/module.textsanitizer.php:1.2.8.8 --- xoops2jp/html/class/module.textsanitizer.php:1.2.8.7 Mon Aug 7 20:25:00 2006 +++ xoops2jp/html/class/module.textsanitizer.php Sun Aug 13 14:33:02 2006 @@ -1,5 +1,5 @@ <?php -// $Id: module.textsanitizer.php,v 1.2.8.7 2006/08/07 11:25:00 minahito Exp $ +// $Id: module.textsanitizer.php,v 1.2.8.8 2006/08/13 05:33:02 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -340,7 +340,7 @@ function &stripSlashesGPC($text) { if (get_magic_quotes_gpc()) { - $text =& stripslashes($text); + $text = stripslashes($text); } return $text; }