[xoops-cvslog 4025] CVS update: xoops2jp/html/modules/user/class

Back to archive index

Minahito minah****@users*****
2006年 8月 7日 (月) 20:32:25 JST


Index: xoops2jp/html/modules/user/class/mailjob.php
diff -u xoops2jp/html/modules/user/class/mailjob.php:1.1.2.6 xoops2jp/html/modules/user/class/mailjob.php:1.1.2.7
--- xoops2jp/html/modules/user/class/mailjob.php:1.1.2.6	Thu Jul 13 19:54:47 2006
+++ xoops2jp/html/modules/user/class/mailjob.php	Mon Aug  7 20:32:25 2006
@@ -9,17 +9,17 @@
 	var $mUserCount = 0;
 	
 	/**
-	 * @var XCube_NewDelegate
+	 * @var XCube_Delegate
 	 */
 	var $mGetReplaceTitle = null;
 
 	/**
-	 * @var XCube_NewDelegate
+	 * @var XCube_Delegate
 	 */
 	var $mGetReplaceBody = null;
 
 	/**
-	 * @var XCube_NewDelegate
+	 * @var XCube_Delegate
 	 */
 	var $mSend = null;
 	
@@ -34,13 +34,13 @@
 		$this->initVar('is_mail', XOBJ_DTYPE_BOOL, '0', true);
 		$this->initVar('create_unixtime', XOBJ_DTYPE_INT, time(), true);
 		
-		$this->mGetReplaceTitle =& new XCube_NewDelegate();
+		$this->mGetReplaceTitle =& new XCube_Delegate();
 		$this->mGetReplaceTitle->register('UserMailjobObject.GetReplaceTitle');
 		
-		$this->mGetReplaceBody =& new XCube_NewDelegate();
+		$this->mGetReplaceBody =& new XCube_Delegate();
 		$this->mGetReplaceBody->register('UserMailjobObject.GetReplaceBody');
 		
-		$this->mSend =& new XCube_NewDelegate();
+		$this->mSend =& new XCube_Delegate();
 		$this->mSend->register('UserMailjobObject.Send');
 	}
 


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