From: dave%intrec.com <>
Date: Thu, 7 Sep 2000 13:31:12 +0000 (+0000)
Subject: Fix for bug 51519: Links to index are too specific. Patch by
X-Git-Tag: bugzilla-2.12~170
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9c84bc9f388a6f15b39465f0a5c769496db311;p=thirdparty%2Fbugzilla.git
Fix for bug 51519: Links to index are too specific. Patch by
john.beranek@pace.co.uk (John Beranek)
---
diff --git a/editgroups.cgi b/editgroups.cgi
index 27474b6920..16827ba99a 100755
--- a/editgroups.cgi
+++ b/editgroups.cgi
@@ -69,7 +69,7 @@ sub ShowError ($)
sub PutTrailer (@)
{
- my (@links) = ("Back to the Main Bugs Page", @_);
+ my (@links) = ("Back to the Main Bugs Page", @_);
my $count = $#links;
my $num = 0;
diff --git a/editusers.cgi b/editusers.cgi
index 735d4ea298..73ee8f1315 100755
--- a/editusers.cgi
+++ b/editusers.cgi
@@ -198,7 +198,7 @@ sub EmitFormElements ($$$$$$$)
sub PutTrailer (@)
{
- my (@links) = ("Back to the index", @_);
+ my (@links) = ("Back to the index", @_);
my $count = $#links;
my $num = 0;