diff options
author | jocuri%softhome.net <> | 2003-11-11 02:56:03 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2003-11-11 02:56:03 +0100 |
commit | f31394afe14c692a73e33833dc6475472bba7672 (patch) | |
tree | 2c4c1d51aa7b18a34f96f8ae07b6ee989ec853a6 | |
parent | 100b3ea7a3a3d45a9b25c266a8b82f4883f71355 (diff) | |
download | bugzilla-f31394afe14c692a73e33833dc6475472bba7672.tar.gz bugzilla-f31394afe14c692a73e33833dc6475472bba7672.tar.xz |
Bug 225234: Wrong comment in editusers.cgi; r=timeless; a=myk.
-rwxr-xr-x | editusers.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editusers.cgi b/editusers.cgi index 823035fe5..9adc36922 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -66,7 +66,7 @@ sub CheckUser ($) { my $user = shift; - # do we have a product? + # do we have a user? unless ($user) { print "Sorry, you haven't specified a user."; PutTrailer(); |