From: ivan Date: Wed, 25 Feb 2004 05:00:11 +0000 (+0000) Subject: oops, not the right way to blank them X-Git-Tag: NET_WHOIS_RAW_0_31~128 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=23c97b258b9b60d558af333166940f11c229f71c;hp=0952f0a9264d575752393a0be1a3d3c6480f96ed oops, not the right way to blank them --- diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index 86121f02e..6c7ab78c9 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -215,7 +215,7 @@ sub popurl { my($up)=@_; my $cgi = &FS::UID::cgi; my $url = new URI::URL ( $cgi->isa('Apache') ? $cgi->uri : $cgi->url ); - $url->query(''); + $url->query(undef); my(@path)=$url->path_components; splice @path, 0-$up; $url->path_components(@path);