diff options
author | justdave%syndicomm.com <> | 2002-04-02 06:52:37 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-04-02 06:52:37 +0000 |
commit | a8c72c4d3b30aa45a587a846d825235f5e8fc8a5 (patch) | |
tree | 7200e87785413e4e8104860ea10ff394e716d108 /editusers.cgi | |
parent | 0e583bdb0923a962fcef1af39896398862e13077 (diff) | |
download | bugs-a8c72c4d3b30aa45a587a846d825235f5e8fc8a5.tar bugs-a8c72c4d3b30aa45a587a846d825235f5e8fc8a5.tar.gz bugs-a8c72c4d3b30aa45a587a846d825235f5e8fc8a5.tar.bz2 bugs-a8c72c4d3b30aa45a587a846d825235f5e8fc8a5.tar.xz bugs-a8c72c4d3b30aa45a587a846d825235f5e8fc8a5.zip |
Remaining pieces of Bug 23067 from yesterday... no idea why the first commit didn't pick these up.
Diffstat (limited to 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editusers.cgi b/editusers.cgi index bc864bcf0..3c2409155 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -451,7 +451,7 @@ if ($action eq 'new') { PutTrailer($localtrailer); exit; } - if (TestUser($user)) { + if (!ValidateNewUser($user)) { print "The user '$user' does already exist. Please press\n"; print "<b>Back</b> and try again.\n"; PutTrailer($localtrailer); |