diff options
author | bugreport%peshkin.net <> | 2004-05-12 13:20:10 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2004-05-12 13:20:10 +0200 |
commit | d07ec5bfc649a34332a43cdd50c3a871416806e2 (patch) | |
tree | 690578ee8d6624ce19e80b3a39ad7f542bb2f2ca | |
parent | b9b79e598793821895d26412fe2eaa6e08f3c336 (diff) | |
download | bugzilla-d07ec5bfc649a34332a43cdd50c3a871416806e2.tar.gz bugzilla-d07ec5bfc649a34332a43cdd50c3a871416806e2.tar.xz |
Bug 240036: Unlock tables after address error before attempting to process footer
r=timeless, a=justdave
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index c3c8f2a96..3670ff508 100644 --- a/globals.pl +++ b/globals.pl @@ -768,7 +768,7 @@ sub DBNameToIdAndCheck { } ThrowUserError("invalid_username", - { name => $name }); + { name => $name }, "abort"); } |