summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/CGI.pl b/CGI.pl
index 7ac110e30..c557473a8 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -967,6 +967,7 @@ sub PuntTryAgain ($) {
my ($str) = (@_);
print PerformSubsts(Param("errorhtml"),
{errormsg => $str});
+ SendSQL("UNLOCK TABLES");
PutFooter();
exit;
}