Index: temp/test-xoops.ec-cube.net/html/register.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/register.php	(revision 1088)
+++ temp/test-xoops.ec-cube.net/html/register.php	(revision 1089)
@@ -39,5 +39,5 @@
 }
 
-function userCheck($uname, $email, $pass, $vpass, $agree_disc = "", $agree_check = false)
+function userCheck($uname, $email, $pass, $vpass)
 {
     global $xoopsConfigUser;
@@ -113,10 +113,4 @@
         $stop .= sprintf(_US_PWDTOOSHORT,$xoopsConfigUser['minpass'])."<br />";
     }
-	
-	if ($agree_check) {
-		if($agree_disc != 1) {
-			$stop .= _US_AGREE . "<br />";		
-		}
-	}
 		
     return $stop;
@@ -147,5 +141,5 @@
     }
 
-    $stop .= userCheck($uname, $email, $pass, $vpass, $agree_disc, true);
+    $stop .= userCheck($uname, $email, $pass, $vpass);
     if (empty($stop)) {
 		$token =& XoopsSingleTokenHandler::quickCreate('register_finish');
