onokazu
onoka****@users*****
2005年 8月 3日 (水) 21:39:14 JST
Index: xoops2jp/html/modules/newbb/include/forumform.inc.php diff -u xoops2jp/html/modules/newbb/include/forumform.inc.php:1.3 xoops2jp/html/modules/newbb/include/forumform.inc.php:1.4 --- xoops2jp/html/modules/newbb/include/forumform.inc.php:1.3 Sat Jun 11 11:32:46 2005 +++ xoops2jp/html/modules/newbb/include/forumform.inc.php Wed Aug 3 21:39:14 2005 @@ -1,5 +1,5 @@ <?php -// $Id: forumform.inc.php,v 1.3 2005/06/11 02:32:46 onokazu Exp $ +// $Id: forumform.inc.php,v 1.4 2005/08/03 12:39:14 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // Index: xoops2jp/html/modules/newbb/include/notification.inc.php diff -u xoops2jp/html/modules/newbb/include/notification.inc.php:1.2 xoops2jp/html/modules/newbb/include/notification.inc.php:1.3 --- xoops2jp/html/modules/newbb/include/notification.inc.php:1.2 Fri Mar 18 21:52:25 2005 +++ xoops2jp/html/modules/newbb/include/notification.inc.php Wed Aug 3 21:39:14 2005 @@ -1,5 +1,5 @@ <?php -// $Id: notification.inc.php,v 1.2 2005/03/18 12:52:25 onokazu Exp $ +// $Id: notification.inc.php,v 1.3 2005/08/03 12:39:14 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -53,7 +53,7 @@ $result = $xoopsDB->query($sql); // TODO: error check $result_array = $xoopsDB->fetchArray($result); $item['name'] = $result_array['topic_title']; - $item['url'] = XOOPS_URL . '/modules/' . $module->getVar('dirname') . '/viewtopic.php?forum=' . $result_array['forum_id'] . '&topic_id=' . $item_id; + $item['url'] = XOOPS_URL . '/modules/' . $module->getVar('dirname') . '/viewtopic.php?forum=' . $result_array['forum_id'] . '&topic_id=' . $item_id; return $item; } Index: xoops2jp/html/modules/newbb/include/search.inc.php diff -u xoops2jp/html/modules/newbb/include/search.inc.php:1.3 xoops2jp/html/modules/newbb/include/search.inc.php:1.4 --- xoops2jp/html/modules/newbb/include/search.inc.php:1.3 Sat Jun 11 11:32:46 2005 +++ xoops2jp/html/modules/newbb/include/search.inc.php Wed Aug 3 21:39:14 2005 @@ -1,5 +1,5 @@ <?php -// $Id: search.inc.php,v 1.3 2005/06/11 02:32:46 onokazu Exp $ +// $Id: search.inc.php,v 1.4 2005/08/03 12:39:14 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org //