Minahito
minah****@users*****
2006年 4月 11日 (火) 19:27:27 JST
Index: xoops2jp/html/include/functions.php diff -u xoops2jp/html/include/functions.php:1.2.8.11 xoops2jp/html/include/functions.php:1.2.8.12 --- xoops2jp/html/include/functions.php:1.2.8.11 Tue Apr 11 19:00:35 2006 +++ xoops2jp/html/include/functions.php Tue Apr 11 19:27:27 2006 @@ -1,5 +1,5 @@ <?php -// $Id: functions.php,v 1.2.8.11 2006/04/11 10:00:35 minahito Exp $ +// $Id: functions.php,v 1.2.8.12 2006/04/11 10:27:27 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -33,7 +33,7 @@ return isset($_REQUEST[$name]) ? $_REQUEST[$name] : null; } - if(is_array($_REQUEST[$name])) { + if(!is_array($_REQUEST[$name])) { return stripslashes($_REQUEST[$name]); } else {