Minahito
minah****@users*****
2006年 11月 2日 (木) 13:58:07 JST
Index: xoops2jp/html/kernel/configitem.php diff -u xoops2jp/html/kernel/configitem.php:1.2.8.7.2.1 xoops2jp/html/kernel/configitem.php:1.2.8.7.2.2 --- xoops2jp/html/kernel/configitem.php:1.2.8.7.2.1 Thu Nov 2 13:51:42 2006 +++ xoops2jp/html/kernel/configitem.php Thu Nov 2 13:58:07 2006 @@ -1,5 +1,5 @@ <?php -// $Id: configitem.php,v 1.2.8.7.2.1 2006/11/02 04:51:42 minahito Exp $ +// $Id: configitem.php,v 1.2.8.7.2.2 2006/11/02 04:58:07 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -104,7 +104,7 @@ /** * @return array() */ - function getOptionItems() + function &getOptionItems() { $optionArr = array(); @@ -219,7 +219,7 @@ // // Compare options // - $thisOptions =& $this->getConfOptions(); + $thisOptions =& $this->getOptionItems(); $hisOptions =& $config->getConfOptions(); if (count($thisOptions) == count($hisOptions)) {