From: ivan Date: Wed, 25 Feb 2004 05:00:12 +0000 (+0000) Subject: oops, not the right way to blank them X-Git-Tag: freeside_1_4_2beta1~242 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=874c1e97c0de93bdcafab6dd6ff9a9f5bd49d83b;p=freeside.git oops, not the right way to blank them --- diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index f3c146a9c..ef06f0090 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -210,7 +210,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);