git-svn-id: http://xe-core.googlecode.com/svn/trunk@1113 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-12 04:56:48 +00:00
parent 1676a68a0e
commit 1ea27b0635
2 changed files with 1 additions and 0 deletions

View file

@ -97,6 +97,7 @@
**/
function close() {
if(!$this->isConnected()) return;
$this->_query("commit");
@mysql_close($this->fd);
}