Minahito
minah****@users*****
2006年 10月 7日 (土) 17:34:02 JST
Index: xoops2jp/html/modules/pm/class/priv_msgs.php diff -u xoops2jp/html/modules/pm/class/priv_msgs.php:1.1.4.2 xoops2jp/html/modules/pm/class/priv_msgs.php:1.1.4.3 --- xoops2jp/html/modules/pm/class/priv_msgs.php:1.1.4.2 Sat Oct 7 17:32:48 2006 +++ xoops2jp/html/modules/pm/class/priv_msgs.php Sat Oct 7 17:34:02 2006 @@ -1,7 +1,7 @@ <?php /** * @package pm - * @version $Id: priv_msgs.php,v 1.1.4.2 2006/10/07 08:32:48 minahito Exp $ + * @version $Id: priv_msgs.php,v 1.1.4.3 2006/10/07 08:34:02 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -11,7 +11,7 @@ function PmPriv_msgsObject() { $this->initVar('msg_id', XOBJ_DTYPE_INT, '', true); - $this->initVar('msg_image', XOBJ_DTYPE_STRING, '', false, 100); + $this->initVar('msg_image', XOBJ_DTYPE_STRING, 'icon1.gif', false, 100); $this->initVar('subject', XOBJ_DTYPE_STRING, '', true, 255); $this->initVar('from_userid', XOBJ_DTYPE_INT, '0', true); $this->initVar('to_userid', XOBJ_DTYPE_INT, '0', true);