From 9cf0aa1b59d321865ecd2fea771bc4bce43fd8f4 Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" Date: Thu, 7 Sep 2000 06:31:12 +0000 Subject: [PATCH] Fix for bug 51519: Links to index are too specific. Patch by john.beranek@pace.co.uk (John Beranek) git-svn-id: svn://10.0.0.236/trunk@78352 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/editgroups.cgi | 2 +- mozilla/webtools/bugzilla/editusers.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/editgroups.cgi b/mozilla/webtools/bugzilla/editgroups.cgi index 27474b69203..16827ba99a8 100755 --- a/mozilla/webtools/bugzilla/editgroups.cgi +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/editusers.cgi b/mozilla/webtools/bugzilla/editusers.cgi index 735d4ea298c..73ee8f1315f 100755 --- a/mozilla/webtools/bugzilla/editusers.cgi +++ b/mozilla/webtools/bugzilla/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;