Close SQL connection on error.
This commit is contained in:
parent
b41a4a6ac7
commit
210563045d
@ -21,6 +21,8 @@
|
|||||||
|
|
||||||
function error($message) {
|
function error($message) {
|
||||||
global $board;
|
global $board;
|
||||||
|
|
||||||
|
if(function_exists('sql_close')) sql_close();
|
||||||
die(Element('page.html', Array(
|
die(Element('page.html', Array(
|
||||||
'index'=>ROOT,
|
'index'=>ROOT,
|
||||||
'title'=>'Error',
|
'title'=>'Error',
|
||||||
|
Loading…
Reference in New Issue
Block a user