From 23c97b258b9b60d558af333166940f11c229f71c Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 25 Feb 2004 05:00:11 +0000 Subject: [PATCH] oops, not the right way to blank them --- FS/FS/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0