Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
99efe963
Commit
99efe963
authored
Aug 10, 2011
by
marknl
Browse files
Added destructor to mysql lib
http://bugtracker.ispconfig.org/index.php?do=details&task_id=1671
parent
939b9236
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/db_mysql.inc.php
View file @
99efe963
...
...
@@ -54,6 +54,10 @@ class db {
//$this->connect();
}
public
function
__destruct
()
{
$this
->
closeConn
();
}
/** Error handler */
public
function
updateError
(
$location
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment