onokazu
onoka****@users*****
2006年 5月 27日 (土) 12:17:54 JST
Index: xoops2jp/html/class/module.textsanitizer.php diff -u xoops2jp/html/class/module.textsanitizer.php:1.7 xoops2jp/html/class/module.textsanitizer.php:1.7.2.1 --- xoops2jp/html/class/module.textsanitizer.php:1.7 Mon May 1 11:37:24 2006 +++ xoops2jp/html/class/module.textsanitizer.php Sat May 27 12:17:54 2006 @@ -1,5 +1,5 @@ <?php -// $Id: module.textsanitizer.php,v 1.7 2006/05/01 02:37:24 onokazu Exp $ +// $Id: module.textsanitizer.php,v 1.7.2.1 2006/05/27 03:17:54 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -381,7 +381,7 @@ if ($br != 0) { $text =& $this->nl2Br($text); } - $text =& $this->codeConv($text, $xcode, $image); // Ryuji_edit(2003-11-18) + $text = $this->codeConv($text, $xcode, $image); // Ryuji_edit(2003-11-18) return $text; }