[xoops-cvslog 6089] CVS update: xoops2jp/html/kernel

Back to archive index

NobuNobu nobun****@users*****
2007年 1月 10日 (水) 17:46:06 JST


Index: xoops2jp/html/kernel/module.php
diff -u xoops2jp/html/kernel/module.php:1.2.8.14.2.2 xoops2jp/html/kernel/module.php:1.2.8.14.2.3
--- xoops2jp/html/kernel/module.php:1.2.8.14.2.2	Fri Nov 10 15:53:24 2006
+++ xoops2jp/html/kernel/module.php	Wed Jan 10 17:46:05 2007
@@ -1,5 +1,5 @@
 <?php
-// $Id: module.php,v 1.2.8.14.2.2 2006/11/10 06:53:24 minahito Exp $
+// $Id: module.php,v 1.2.8.14.2.3 2007/01/10 08:46:05 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -211,7 +211,7 @@
 		
         $this->modinfo =& $modversion;
 		
-		if (!isset($this->modinfo['version'])) {
+		if (isset($this->modinfo['version'])) {
 			$this->modinfo['version'] = floatval($this->modinfo['version']);
 		}
     }


xoops-cvslog メーリングリストの案内
Back to archive index