trick who.cgi into passing the branchtype=regexp parameter to bonsai

This commit is contained in:
leaf%mozilla.org 2002-05-30 22:33:53 +00:00
parent 6ddf6bda0e
commit ed7ecdf28e

@ -494,7 +494,8 @@ sub who_menu {
my $treeflag;
# this variable isn't doing anything, so i'm going to use it shamelessly
$treeflag = $td->{cvs_branch};
$treeflag = $treeflag . '&branchtype=regexp'
# trick who.cgi into using regexps, escaping & and =
$treeflag = $treeflag . '%26branchtype%3Dregexp';
if $treeflag =~ /\+|\?|\*/;
my $qr = "${rel_path}../registry/who.cgi?email=". url_encode($who)