Minahito
minah****@users*****
2006年 7月 7日 (金) 11:52:24 JST
Index: xoops2jp/html/kernel/privmessage.php diff -u xoops2jp/html/kernel/privmessage.php:1.2.8.5 xoops2jp/html/kernel/privmessage.php:1.2.8.6 --- xoops2jp/html/kernel/privmessage.php:1.2.8.5 Tue May 16 22:25:07 2006 +++ xoops2jp/html/kernel/privmessage.php Fri Jul 7 11:52:24 2006 @@ -1,5 +1,5 @@ <?php -// $Id: privmessage.php,v 1.2.8.5 2006/05/16 13:25:07 nobunobu Exp $ +// $Id: privmessage.php,v 1.2.8.6 2006/07/07 02:52:24 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -39,7 +39,7 @@ * @author Kazumi Ono <onoka****@xoops*****> * @copyright copyright (c) 2000-2003 The XOOPS Project (http://www.xoops.org) * - * @version $Revision: 1.2.8.5 $ - $Date: 2006/05/16 13:25:07 $ + * @version $Revision: 1.2.8.6 $ - $Date: 2006/07/07 02:52:24 $ */ class XoopsPrivmessage extends XoopsObject { @@ -84,7 +84,7 @@ * @author Kazumi Ono <onoka****@xoops*****> * @copyright copyright (c) 2000-2003 The XOOPS Project (http://www.xoops.org) * - * @version $Revision: 1.2.8.5 $ - $Date: 2006/05/16 13:25:07 $ + * @version $Revision: 1.2.8.6 $ - $Date: 2006/07/07 02:52:24 $ */ class XoopsPrivmessageHandler extends XoopsObjectHandler { @@ -237,7 +237,7 @@ return $this->getCount(new Criteria('to_userid',$uid)); } - function getUnreadCountByFromUid($uid) + function getCountUnreadByFromUid($uid) { $criteria = new CriteriaCompo(new Criteria('read_msg', 0)); $criteria->add(new Criteria('to_userid', $uid));