From: justdave%syndicomm.com <> Date: Wed, 10 Oct 2001 13:36:45 +0000 (+0000) Subject: partial backout of the checkin from bug 103121, because it collided with the patch... X-Git-Tag: bugzilla-2.14.1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0322bad0c6a29d82260f89427094f64cd99f1064;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/editusers.cgi b/editusers.cgi index 12b077b665..e03402ad32 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;