This commit is contained in:
Ario
2019-09-17 12:04:50 +02:00
parent 7efc49336b
commit b8119df9fe

View File

@@ -290,6 +290,7 @@ class Block
$db->commit(); $db->commit();
} }
// relese the locking as everything is finished // relese the locking as everything is finished
$db->exec("UNLOCK TABLES");
/*** /***
* *
@@ -380,7 +381,6 @@ class Block
); );
} }
$db->exec("UNLOCK TABLES");
return true; return true;
} }