From 9bbdda136b57645dfa871b01cb2daa5c1ab19850 Mon Sep 17 00:00:00 2001
From: "terry%mozilla.org" <>
Date: Sat, 15 Jan 2000 07:30:24 +0000
Subject: Added "sanity check" to the list of things the maintainer gets to
choose from in the footer.
---
CGI.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CGI.pl b/CGI.pl
index fb293645b..40f361605 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -816,7 +816,7 @@ sub GetCommandMenu {
my %substs;
$substs{'userid'} = $::COOKIE{"Bugzilla_login"};
my $mybugsurl = PerformSubsts($mybugstemplate, \%substs);
- $html = $html . " | My Bugs";
+ $html = $html . " | My bugs";
}
$html = $html . " | New account\n";
@@ -833,6 +833,7 @@ sub GetCommandMenu {
$html .= "| Edit prefs";
if (UserInGroup("tweakparams")) {
$html .= ", parameters";
+ $html .= ", sanity check";
}
if (UserInGroup("editcomponents")) {
$html .= ", components\n";
--
cgit v1.2.3-24-g4f1b