[xoops-cvslog 6348] CVS update: xoops2jp/html/modules/legacy/admin/class

Back to archive index

Minahito minah****@users*****
2007年 4月 25日 (水) 17:52:45 JST


Index: xoops2jp/html/modules/legacy/admin/class/Updater.class.php
diff -u xoops2jp/html/modules/legacy/admin/class/Updater.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/class/Updater.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/class/Updater.class.php:1.1.2.1	Wed Apr 25 17:38:33 2007
+++ xoops2jp/html/modules/legacy/admin/class/Updater.class.php	Wed Apr 25 17:52:45 2007
@@ -1,11 +1,12 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: Updater.class.php,v 1.1.2.1 2007/04/25 08:38:33 minahito Exp $
+ * @version $Id: Updater.class.php,v 1.1.2.2 2007/04/25 08:52:45 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
+/*
 class Legacy_Updater extends Legacy_ModulePhasedUpgrader
 {
 	function executeUpgrade()
@@ -28,6 +29,6 @@
 			$this->mLog->addReport("Fix bug #10324(sf.jp) to uid " . $row['uid'] . ".");
 		}
 	}
-}
+}*/
 
 ?>
\ No newline at end of file


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