Removed unused destruct()
This commit is contained in:
parent
2a0ba0eaf7
commit
cc22e23a06
1 changed files with 0 additions and 15 deletions
|
@ -2333,19 +2333,4 @@
|
|||
]);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Public Destructor
|
||||
*/
|
||||
public function __destruct()
|
||||
{
|
||||
try
|
||||
{
|
||||
$this->close();
|
||||
}
|
||||
catch(Exception $e)
|
||||
{
|
||||
unset($e);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue