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;

???

Or am I just missing something?


-dave

/*==================
www.urth.org
We await the New Sun
==================*/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to