...
This commit is contained in:
@@ -29,12 +29,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
function sql_close() {
|
||||
global $pdo, $config;
|
||||
if(!$config['db']['persistent'])
|
||||
$pdo = NULL;
|
||||
}
|
||||
|
||||
function prepare($query) {
|
||||
global $pdo, $debug, $config;
|
||||
if($config['debug']) {
|
||||
@@ -65,4 +59,4 @@
|
||||
return $err[2];
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user