mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Was generating incorrect link to the "CVS Query Page."
This commit is contained in:
parent
cb3eb0d996
commit
51988822c3
@ -197,7 +197,7 @@ Can't contact the directory server at $ldapserver:$ldapport</font>\n";
|
||||
|
||||
my $cvsqueryurl = "cvsqueryform.cgi?" .
|
||||
"cvsroot=$::TreeInfo{$::TreeID}{repository}" .
|
||||
"&module=$::TreeID";
|
||||
"&module=$::TreeInfo{$::TreeID}{module}";
|
||||
$cvsqueryurl.= "&branch=$::TreeInfo{$::TreeID}{branch}"
|
||||
if ($::TreeInfo{$::TreeID}{branch});
|
||||
my $bip = BatchIdPart('?');
|
||||
|
Loading…
Reference in New Issue
Block a user