From ef9c84bc9f388a6f15b39465f0a5c769496db311 Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" <> Date: Thu, 7 Sep 2000 13:31:12 +0000 Subject: Fix for bug 51519: Links to index are too specific. Patch by john.beranek@pace.co.uk (John Beranek) --- editusers.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editusers.cgi') diff --git a/editusers.cgi b/editusers.cgi index 735d4ea29..73ee8f131 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; -- cgit v1.2.3-24-g4f1b