[xoops-cvslog 4260] CVS update: xoops2jp/html/modules/user/forms

Back to archive index

Minahito minah****@users*****
2006年 8月 19日 (土) 21:01:54 JST


Index: xoops2jp/html/modules/user/forms/UserRegisterEditForm.class.php
diff -u xoops2jp/html/modules/user/forms/UserRegisterEditForm.class.php:1.1.2.8 xoops2jp/html/modules/user/forms/UserRegisterEditForm.class.php:1.1.2.9
--- xoops2jp/html/modules/user/forms/UserRegisterEditForm.class.php:1.1.2.8	Fri Aug 18 14:35:30 2006
+++ xoops2jp/html/modules/user/forms/UserRegisterEditForm.class.php	Sat Aug 19 21:01:54 2006
@@ -14,9 +14,9 @@
 		return "module.user.UserRegisterEditForm.TOKEN";
 	}
 
-	function prepare($userConfig)
+	function prepare()
 	{
-		parent::prepare($userConfig);
+		parent::prepare();
 		//
 		// Set form properties
 		//
@@ -98,9 +98,9 @@
 
 class User_RegisterAgreeEditForm extends User_RegisterEditForm 
 {
-	function prepare($userConfig)
+	function prepare()
 	{
-		parent::prepare($userConfig);
+		parent::prepare();
 		
 		// set properties
 		$this->mFormProperties['agree']=new XCube_IntProperty('agree');


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