Index: temp/trunk/data/class/SC_Query.php
===================================================================
--- temp/trunk/data/class/SC_Query.php	(revision 5875)
+++ temp/trunk/data/class/SC_Query.php	(revision 5876)
@@ -40,5 +40,5 @@
 	function commit() {
 		$this->conn->query("COMMIT");
-		$this->conn->query("SET AUTOCOMMIT=1;");
+//		$this->conn->query("SET AUTOCOMMIT=1;");
 	}
 	
@@ -51,5 +51,5 @@
 	function rollback() {
 		$this->conn->query("ROLLBACK");
-		$this->conn->query("SET AUTOCOMMIT=1;");
+//		$this->conn->query("SET AUTOCOMMIT=1;");
 	}
 	
