Minahito
minah****@users*****
2006年 11月 10日 (金) 15:53:25 JST
Index: xoops2jp/html/kernel/module.php diff -u xoops2jp/html/kernel/module.php:1.2.8.14.2.1 xoops2jp/html/kernel/module.php:1.2.8.14.2.2 --- xoops2jp/html/kernel/module.php:1.2.8.14.2.1 Wed Nov 8 19:11:22 2006 +++ xoops2jp/html/kernel/module.php Fri Nov 10 15:53:24 2006 @@ -1,5 +1,5 @@ <?php -// $Id: module.php,v 1.2.8.14.2.1 2006/11/08 10:11:22 minahito Exp $ +// $Id: module.php,v 1.2.8.14.2.2 2006/11/10 06:53:24 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -287,7 +287,7 @@ function hasNeedUpdate() { $info =& $this->getInfo(); - return ($this->get('version') < intval($info['version'] * 100)); + return ($this->get('version') < Legacy_Utils::convertVersionFromModinfoToInt($info['version'])); } /**#@+