Was generating incorrect link to the "CVS Query Page."

This commit is contained in:
terry%mozilla.org 1999-08-02 16:36:15 +00:00
parent cb3eb0d996
commit 51988822c3

View File

@ -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('?');