Skip to content

Commit 99efe96

Browse files
author
marknl
committed
1 parent 939b923 commit 99efe96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

interface/lib/classes/db_mysql.inc.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ public function __construct()
5454
//$this->connect();
5555
}
5656

57+
public function __destruct() {
58+
$this->closeConn();
59+
}
60+
5761
/** Error handler */
5862
public function updateError($location)
5963
{

0 commit comments

Comments
 (0)