From 0322bad0c6a29d82260f89427094f64cd99f1064 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Wed, 10 Oct 2001 13:36:45 +0000 Subject: partial backout of the checkin from bug 103121, because it collided with the patch from bug 51519. This should satifactorily meet the goals of both patches. patch by kiko, r= justdave --- editusers.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editusers.cgi') diff --git a/editusers.cgi b/editusers.cgi index 12b077b66..e03402ad3 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -202,7 +202,7 @@ sub EmitFormElements ($$$$$) sub PutTrailer (@) { - my (@links) = ("Back to the index", + my (@links) = ("Back to the index", "Add a new user", @_); my $count = $#links; -- cgit v1.2.3-24-g4f1b