--- trunk/lib/WebPAC/Output/Estraier.pm 2005/12/17 23:41:10 283 +++ trunk/lib/WebPAC/Output/Estraier.pm 2005/12/18 16:22:58 284 @@ -17,11 +17,11 @@ =head1 VERSION -Version 0.05 +Version 0.06 =cut -our $VERSION = '0.05'; +our $VERSION = '0.06'; =head1 SYNOPSIS @@ -239,6 +239,7 @@ validate => 'master', rest_url => $self->{masterurl} . '/master?action=' . $action , action => $action, + %{ $args }, ); } @@ -322,10 +323,7 @@ $del = '&'; } - if ($url_args) { - $url_args =~ s#^\&#?# if ($url =~ m#\?#); - $url .= $url_args; - } + $url .= $url_args if ($url_args); $log->debug("calling $url");