Minahito
minah****@users*****
2006年 11月 8日 (水) 19:11:22 JST
Index: xoops2jp/html/kernel/module.php diff -u xoops2jp/html/kernel/module.php:1.2.8.14 xoops2jp/html/kernel/module.php:1.2.8.14.2.1 --- xoops2jp/html/kernel/module.php:1.2.8.14 Wed Aug 9 18:34:51 2006 +++ xoops2jp/html/kernel/module.php Wed Nov 8 19:11:22 2006 @@ -1,5 +1,5 @@ <?php -// $Id: module.php,v 1.2.8.14 2006/08/09 09:34:51 minahito Exp $ +// $Id: module.php,v 1.2.8.14.2.1 2006/11/08 10:11:22 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -253,7 +253,7 @@ */ function getRenderedVersion() { - return $this->getVar('version') / 100; + return $this->get('version') / 100; } /** @@ -281,6 +281,15 @@ return null; } + /** + * @return bool + */ + function hasNeedUpdate() + { + $info =& $this->getInfo(); + return ($this->get('version') < intval($info['version'] * 100)); + } + /**#@+ * For backward compatibility only! * @deprecated