--- trunk/Estraier.pm 2006/05/16 11:39:53 151 +++ trunk/Estraier.pm 2006/05/18 14:31:42 155 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.07_1'; +our $VERSION = '0.08'; =head1 NAME @@ -1515,7 +1515,7 @@ push @args, 'wwidth=' . $self->{wwidth}; push @args, 'hwidth=' . $self->{hwidth}; push @args, 'awidth=' . $self->{awidth}; - push @args, 'skip=' . $self->{skip} if ($self->{skip}); + push @args, 'skip=' . $cond->{skip} if ($cond->{skip}); return join('&', @args); } @@ -1662,7 +1662,7 @@ croak "mode must be number, not '$mode'" unless ($mode =~ m/^\d+$/); $self->shuttle_url( $self->{url} . '/_set_user', - 'text/plain', + 'application/x-www-form-urlencoded', 'name=' . uri_escape($name) . '&mode=' . $mode, undef ) == 200;