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

Back to archive index

NobuNobu nobun****@users*****
2006年 2月 5日 (日) 19:33:40 JST


Index: xoops2jp/html/modules/user/xoops_version.php
diff -u xoops2jp/html/modules/user/xoops_version.php:1.1.2.13 xoops2jp/html/modules/user/xoops_version.php:1.1.2.14
--- xoops2jp/html/modules/user/xoops_version.php:1.1.2.13	Sat Feb  4 22:35:32 2006
+++ xoops2jp/html/modules/user/xoops_version.php	Sun Feb  5 19:33:39 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: xoops_version.php,v 1.1.2.13 2006/02/04 13:35:32 nobunobu Exp $
+// $Id: xoops_version.php,v 1.1.2.14 2006/02/05 10:33:39 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -76,7 +76,7 @@
 		"description"=>"_MI_USER_CONF_ALLOW_REGISTER_DESC",
 		"formtype"=>"yesno",
 		"valuetype"=>"int",
-		"default"=>0
+		"default"=>1
 	);
 
 $modversion['config'][]=array (
@@ -108,7 +108,7 @@
 		"title"=>"_MI_USER_CONF_CHGMAIL",
 		"formtype"=>"yesno",
 		"valuetype"=>"int",
-		"default"=>1
+		"default"=>0
 	);
 
 $modversion['config'][]=array (
@@ -131,7 +131,7 @@
 		"name"=>"activation_type",
 		"title"=>"_MI_USER_CONF_ACTV_TYPE",
 		"formtype"=>"select",
-		"options"=>array(_MI_USER_CONF_ACTV_USER=>0,_MI_USER_CONF_ACTV_AUTO=>1,_MI_USER_CONF_ACTV_ADMIN=>2),
+		"options"=>array("_MI_USER_CONF_ACTV_USER"=>0,"_MI_USER_CONF_ACTV_AUTO"=>1,"_MI_USER_CONF_ACTV_ADMIN"=>2),
 		"valuetype"=>"int",
 		"default"=>0
 	);
@@ -149,7 +149,7 @@
 		"name"=>"uname_test_level",
 		"title"=>"_MI_USER_CONF_UNAME_TEST_LEVEL",
 		"formtype"=>"select",
-		"options"=>array(_MI_USER_CONF_UNAME_TEST_LEVEL_STRONG=>0,_MI_USER_CONF_UNAME_TEST_LEVEL_NORMAL=>1,_MI_USER_CONF_UNAME_TEST_LEVEL_WEAK=>2),
+		"options"=>array("_MI_USER_CONF_UNAME_TEST_LEVEL_STRONG"=>0,"_MI_USER_CONF_UNAME_TEST_LEVEL_NORMAL"=>1,"_MI_USER_CONF_UNAME_TEST_LEVEL_WEAK"=>2),
 		"valuetype"=>"int",
 		"default"=>1
 	);
@@ -200,7 +200,7 @@
 		"title"=>"_MI_USER_CONF_SELF_DELETE",
 		"formtype"=>"yesno",
 		"valuetype"=>"int",
-		"default"=>1
+		"default"=>0
 	);
 
 $modversion['config'][]=array (


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