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

アーカイブの一覧に戻る

Ryuji AMANO ryuji_amano****@users*****
2006年 12月 28日 (木) 12:16:27 JST


Index: xoops2jp/html/modules/user/class/users.php
diff -u xoops2jp/html/modules/user/class/users.php:1.1.2.7 xoops2jp/html/modules/user/class/users.php:1.1.2.7.2.1
--- xoops2jp/html/modules/user/class/users.php:1.1.2.7	Fri Aug 25 19:17:15 2006
+++ xoops2jp/html/modules/user/class/users.php	Thu Dec 28 12:16:26 2006
@@ -37,8 +37,8 @@
 		$this->initVar('last_login', XOBJ_DTYPE_INT, '0', false);
 		$this->initVar('umode', XOBJ_DTYPE_STRING, '', false, 10);
 		$this->initVar('uorder', XOBJ_DTYPE_BOOL, '0', false);
-		$this->initVar('notify_method', XOBJ_DTYPE_BOOL, '1', false);
-		$this->initVar('notify_mode', XOBJ_DTYPE_BOOL, '0', false);
+		$this->initVar('notify_method', XOBJ_DTYPE_INT, '1', false);
+		$this->initVar('notify_mode', XOBJ_DTYPE_INT, '0', false);
 		$this->initVar('user_occ', XOBJ_DTYPE_STRING, '', false, 100);
 		$this->initVar('bio', XOBJ_DTYPE_TEXT, '', false);
 		$this->initVar('user_intrest', XOBJ_DTYPE_STRING, '', false, 150);


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る