Skip to content
Snippets Groups Projects
Commit a2ade429 authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Merge pull request #4472 from owncloud/remove-disconnect

Remove disconnect function from OC_DB

* owncloud/remove-disconnect:
  Remove disconnect function from OC_DB
parents 72689f64 a0b7bf78
No related branches found
No related tags found
No related merge requests found
......@@ -329,18 +329,6 @@ class OC_DB {
self::$connection->commit();
}
/**
* @brief Disconnect
*
* This is good bye, good bye, yeah!
*/
public static function disconnect() {
// Cut connection if required
if(self::$connection) {
self::$connection->close();
}
}
/**
* @brief saves database schema to xml file
* @param string $file name of file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment