diff --git a/_core/lib/junction.pl b/_core/lib/junction.pl index 6f3faa008..4fd17f7d0 100644 --- a/_core/lib/junction.pl +++ b/_core/lib/junction.pl @@ -4,7 +4,7 @@ use utf8; use Encode; -our $ver = "1.24.003"; +our $ver = "1.23.100"; our %in; for (param()){ $in{$_} = param($_); } diff --git a/_core/lib/sw2/list-mons.pl b/_core/lib/sw2/list-mons.pl index e93e9d8cf..467183ffe 100644 --- a/_core/lib/sw2/list-mons.pl +++ b/_core/lib/sw2/list-mons.pl @@ -294,7 +294,7 @@ sub lvMaxCheck { ## ページネーション my $navbar; - if($set::pagemax && (!$index_mode && $::in{taxa}) || $mode eq 'mylist'){ + if($set::pagemax && !$index_mode && ($::in{taxa} || $mode eq 'mylist')){ my $lastpage = ceil($count{$name} / $set::pagemax); if($lastpage > 1){ foreach(1 .. $lastpage){