diff options
author | mkanat%kerio.com <> | 2005-03-09 08:26:38 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-03-09 08:26:38 +0000 |
commit | 0b7d9e7f772ee107d0cb1816d6c5cb679ae6e01a (patch) | |
tree | 93f5ab09d20a212b8ba499e2cf59756aaad3b902 /createaccount.cgi | |
parent | Bug 282145: Bug.pm is too slow for general use (diff) | |
download | bugzilla-0b7d9e7f772ee107d0cb1816d6c5cb679ae6e01a.tar.gz bugzilla-0b7d9e7f772ee107d0cb1816d6c5cb679ae6e01a.tar.bz2 bugzilla-0b7d9e7f772ee107d0cb1816d6c5cb679ae6e01a.zip |
Bug 284975: Any code after Throw*Error is a dead code.
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk
Diffstat (limited to 'createaccount.cgi')
-rwxr-xr-x | createaccount.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/createaccount.cgi b/createaccount.cgi index 60a180623..de8dc6fde 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -72,7 +72,6 @@ if (defined($login)) { if (!($createexp) || ($login !~ /$createexp/)) { ThrowUserError("account_creation_disabled"); - exit; } # Create account |