Minahito
minah****@users*****
2006年 10月 7日 (土) 17:32:48 JST
Index: xoops2jp/html/modules/pm/class/priv_msgs.php diff -u xoops2jp/html/modules/pm/class/priv_msgs.php:1.1.4.1 xoops2jp/html/modules/pm/class/priv_msgs.php:1.1.4.2 --- xoops2jp/html/modules/pm/class/priv_msgs.php:1.1.4.1 Sat Oct 7 15:36:26 2006 +++ xoops2jp/html/modules/pm/class/priv_msgs.php Sat Oct 7 17:32:48 2006 @@ -1,7 +1,7 @@ <?php /** * @package pm - * @version $Id: priv_msgs.php,v 1.1.4.1 2006/10/07 06:36:26 minahito Exp $ + * @version $Id: priv_msgs.php,v 1.1.4.2 2006/10/07 08:32:48 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -15,7 +15,7 @@ $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); - $this->initVar('msg_time', XOBJ_DTYPE_INT, '0', true); + $this->initVar('msg_time', XOBJ_DTYPE_INT, time(), true); $this->initVar('msg_text', XOBJ_DTYPE_TEXT, '', true); $this->initVar('read_msg', XOBJ_DTYPE_BOOL, '0', true); }