From d07ec5bfc649a34332a43cdd50c3a871416806e2 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Wed, 12 May 2004 11:20:10 +0000 Subject: Bug 240036: Unlock tables after address error before attempting to process footer r=timeless, a=justdave --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') 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"); } -- cgit v1.2.3-24-g4f1b