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

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 01:34:16 JST


Index: xoops2jp/html/modules/legacy/class/non_installation_module.php
diff -u xoops2jp/html/modules/legacy/class/non_installation_module.php:1.1.2.1 xoops2jp/html/modules/legacy/class/non_installation_module.php:1.1.2.2
--- xoops2jp/html/modules/legacy/class/non_installation_module.php:1.1.2.1	Sat Oct 14 23:55:22 2006
+++ xoops2jp/html/modules/legacy/class/non_installation_module.php	Sun Oct 15 01:34:16 2006
@@ -6,7 +6,7 @@
  * This handler handles XoopsModule objects without DB. So it doesn't implement
  * some methods for difficult query. Only override methods are usable.
  */
-class BaseNon_installation_moduleHandler extends XoopsObjectHandler
+class LegacyNon_installation_moduleHandler extends XoopsObjectHandler
 {
 	/**
 	 * object cache.
@@ -20,7 +20,7 @@
 	 */
 	var $_mExclusions = array(".", "..", "CVS");
 	
-	function BaseNon_installation_moduleHandler(&$db)
+	function LegacyNon_installation_moduleHandler(&$db)
 	{
 		parent::XoopsObjectHandler($db);
 		$this->_setupObjects();


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