On Thu, 25 Jan 2001, Dave Rolsky wrote:
> On Thu, 25 Jan 2001, Doug MacEachern wrote:
>
> > + for ($key, $val) {
> > + push @args, $_ ? Apache::unescape_url_info($_) : undef;
> shouldn't this be:
>
> push @args, defined $_ ? Apache::unescape_url_info($_) : undef;
yep, thanks.
> ???
>
> Or am I just missing something?
nope, my fault for writing code after midnight.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]