NobuNobu
nobun****@users*****
2005年 6月 19日 (日) 00:51:11 JST
Index: xoops2jp/html/imagemanager.php diff -u xoops2jp/html/imagemanager.php:1.2.6.5 xoops2jp/html/imagemanager.php:1.2.6.5.2.1 --- xoops2jp/html/imagemanager.php:1.2.6.5 Mon May 16 20:15:26 2005 +++ xoops2jp/html/imagemanager.php Sun Jun 19 00:51:11 2005 @@ -1,5 +1,5 @@ <?php -// $Id: imagemanager.php,v 1.2.6.5 2005/05/16 11:15:26 onokazu Exp $ +// $Id: imagemanager.php,v 1.2.6.5.2.1 2005/06/18 15:51:11 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -249,7 +249,7 @@ xoops_footer(); exit(); } - header('location: imagemanager.php?cat_id='.$imgcat_id.'&target='.$target); + header('location: imagemanager.php?cat_id='.$imgcat_id.'&target='.$target); } ?> \ No newline at end of file Index: xoops2jp/html/search.php diff -u xoops2jp/html/search.php:1.2.6.2 xoops2jp/html/search.php:1.2.6.2.2.1 --- xoops2jp/html/search.php:1.2.6.2 Sat Apr 2 00:21:51 2005 +++ xoops2jp/html/search.php Sun Jun 19 00:51:11 2005 @@ -1,5 +1,5 @@ <?php -// $Id: search.php,v 1.2.6.2 2005/04/01 15:21:51 onokazu Exp $ +// $Id: search.php,v 1.2.6.2.2.1 2005/06/18 15:51:11 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -193,7 +193,7 @@ } if ( $count == 5 ) { $search_url = XOOPS_URL.'/search.php?query='.urlencode(stripslashes(implode(' ', $queries))); - $search_url .= "&mid=$mid&action=showall&andor=$andor"; + $search_url .= "&mid=$mid&action=showall&andor=$andor"; echo '<br /><a href="'.$search_url.'">'._SR_SHOWALLR.'</a></p>'; } } @@ -255,15 +255,15 @@ <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; echo '<td align="left"> '; - $search_url_prev = $search_url."&start=$prev"; + $search_url_prev = $search_url."&start=$prev"; echo '<a href="'.htmlspecialchars($search_url_prev).'">'._SR_PREVIOUS.'</a></td> '; } @@ -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> '; }