Minahito
minah****@users*****
2006年 8月 5日 (土) 15:24:07 JST
Index: xoops2jp/html/modules/user/class/avatar.php diff -u xoops2jp/html/modules/user/class/avatar.php:1.1.2.4 xoops2jp/html/modules/user/class/avatar.php:1.1.2.5 --- xoops2jp/html/modules/user/class/avatar.php:1.1.2.4 Wed Jul 19 19:22:04 2006 +++ xoops2jp/html/modules/user/class/avatar.php Sat Aug 5 15:24:07 2006 @@ -11,7 +11,7 @@ $this->initVar('avatar_name', XOBJ_DTYPE_STRING, '', true, 100); $this->initVar('avatar_mimetype', XOBJ_DTYPE_STRING, '', true, 30); $this->initVar('avatar_created', XOBJ_DTYPE_INT, time(), true); - $this->initVar('avatar_display', XOBJ_DTYPE_BOOL, '0', true); + $this->initVar('avatar_display', XOBJ_DTYPE_BOOL, '1', true); $this->initVar('avatar_weight', XOBJ_DTYPE_INT, '0', true); $this->initVar('avatar_type', XOBJ_DTYPE_STRING, 'S', true, 1); }