summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2004-05-12 13:20:10 +0200
committerbugreport%peshkin.net <>2004-05-12 13:20:10 +0200
commitd07ec5bfc649a34332a43cdd50c3a871416806e2 (patch)
tree690578ee8d6624ce19e80b3a39ad7f542bb2f2ca /globals.pl
parentb9b79e598793821895d26412fe2eaa6e08f3c336 (diff)
downloadbugzilla-d07ec5bfc649a34332a43cdd50c3a871416806e2.tar.gz
bugzilla-d07ec5bfc649a34332a43cdd50c3a871416806e2.tar.xz
Bug 240036: Unlock tables after address error before attempting to process footer
r=timeless, a=justdave
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
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");
}