From: bugreport%peshkin.net <> Date: Wed, 12 May 2004 11:20:10 +0000 (+0000) Subject: Bug 240036: Unlock tables after address error before attempting to process footer X-Git-Tag: bugzilla-2.18rc1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07ec5bfc649a34332a43cdd50c3a871416806e2;p=thirdparty%2Fbugzilla.git Bug 240036: Unlock tables after address error before attempting to process footer r=timeless, a=justdave --- diff --git a/globals.pl b/globals.pl index c3c8f2a967..3670ff508a 100644 --- a/globals.pl +++ b/globals.pl @@ -768,7 +768,7 @@ sub DBNameToIdAndCheck { } ThrowUserError("invalid_username", - { name => $name }); + { name => $name }, "abort"); }