This commit is contained in:
terry%mozilla.org 2000-01-17 19:54:50 +00:00
Родитель 621285eca6
Коммит a553e0fe09
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -836,10 +836,10 @@ sub GetCommandMenu {
$html .= ", <a href=sanitycheck.cgi><NOBR>sanity check</NOBR></a>";
}
if (UserInGroup("editcomponents")) {
$html .= ", <a href=editproducts.cgi>components</a>\n";
$html .= ", <a href=editproducts.cgi>components</a>";
}
if (UserInGroup("editkeywords")) {
$html .= ", <a href=editkeywords.cgi>keywords</a>\n";
$html .= ", <a href=editkeywords.cgi>keywords</a>";
}
$html = $html . " | <NOBR><a href=relogin.cgi>Log out</a> $::COOKIE{'Bugzilla_login'}</NOBR>";
} else {