projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
874c1e9
)
third time's the charm
author
ivan
<ivan>
Wed, 25 Feb 2004 05:04:38 +0000
(
05:04
+0000)
committer
ivan
<ivan>
Wed, 25 Feb 2004 05:04:38 +0000
(
05:04
+0000)
FS/FS/CGI.pm
patch
|
blob
|
history
diff --git
a/FS/FS/CGI.pm
b/FS/FS/CGI.pm
index
ef06f00
..
cda3262
100644
(file)
--- 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(
undef
);
+ $url->query();
my(@path)=$url->path_components;
splice @path, 0-$up;
$url->path_components(@path);