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

Back to archive index

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


Index: xoops2jp/html/modules/legacy/class/commentstatus.php
diff -u xoops2jp/html/modules/legacy/class/commentstatus.php:1.1.2.1 xoops2jp/html/modules/legacy/class/commentstatus.php:1.1.2.2
--- xoops2jp/html/modules/legacy/class/commentstatus.php:1.1.2.1	Sat Oct 14 23:55:22 2006
+++ xoops2jp/html/modules/legacy/class/commentstatus.php	Sun Oct 15 01:30:31 2006
@@ -4,20 +4,20 @@
 
 require_once XOOPS_ROOT_PATH . '/include/comment_constants.php';
 
-class BaseCommentstatusObject extends XoopsSimpleObject
+class LegacyCommentstatusObject extends XoopsSimpleObject
 {
-	function BaseCommentstatusObject()
+	function LegacyCommentstatusObject()
 	{
 		$this->initVar('id', XOBJ_DTYPE_INT, '', true);
 		$this->initVar('name', XOBJ_DTYPE_STRING, '', true, 255);
 	}
 }
 
-class BaseCommentstatusHandler extends XoopsObjectHandler
+class LegacyCommentstatusHandler extends XoopsObjectHandler
 {
 	var $_mResults = array();
 	
-	function BaseCommentstatusHandler(&$db)
+	function LegacyCommentstatusHandler(&$db)
 	{
 		$root =& XCube_Root::getSingleton();
 		$language = $root->mContext->getXoopsConfig('language');
@@ -38,7 +38,7 @@
 	
 	function &create()
 	{
-		$ret =& new BaseCommentstatusObject();
+		$ret =& new LegacyCommentstatusObject();
 		return $ret;
 	}
 	


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