onokazu
onoka****@users*****
2005年 7月 2日 (土) 23:27:16 JST
Index: xoops2jp/html/search.php diff -u xoops2jp/html/search.php:1.2.6.2.2.1 xoops2jp/html/search.php:1.2.6.2.2.2 --- xoops2jp/html/search.php:1.2.6.2.2.1 Sun Jun 19 00:51:11 2005 +++ xoops2jp/html/search.php Sat Jul 2 23:27:16 2005 @@ -1,5 +1,5 @@ <?php -// $Id: search.php,v 1.2.6.2.2.1 2005/06/18 15:51:11 nobunobu Exp $ +// $Id: search.php,v 1.2.6.2.2.2 2005/07/02 14:27:16 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -255,9 +255,9 @@ <tr> '; $search_url = XOOPS_URL.'/search.php?query='.urlencode(stripslashes(implode(' ', $queries))); - $search_url .= "&mid=$mid&action=$action&andor=$andor"; + $search_url .= "&mid=$mid&action=$action&andor=$andor"; if ($action=='showallbyuser') { - $search_url .= "&uid=$uid"; + $search_url .= "&uid=$uid"; } if ( $start > 0 ) { $prev = $start - 20; @@ -271,7 +271,7 @@ '; if (false != $has_next) { $next = $start + 20; - $search_url_next = $search_url."&start=$next"; + $search_url_next = $search_url."&start=$next"; echo '<td align="right"><a href="'.htmlspecialchars($search_url_next).'">'._SR_NEXT.'</a></td> '; }