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