Index: temp/trunk/data/class/SC_Query.php
===================================================================
--- temp/trunk/data/class/SC_Query.php	(revision 5874)
+++ temp/trunk/data/class/SC_Query.php	(revision 5875)
@@ -45,5 +45,5 @@
 	function begin() {
 //		$this->conn->query("BEGIN");
-		$this->conn->query("SET AUTOCOMMIT=0;");
+//		$this->conn->query("SET AUTOCOMMIT=0;");
 		$this->conn->query("START TRANSACTION;");
 	}
@@ -52,5 +52,4 @@
 		$this->conn->query("ROLLBACK");
 		$this->conn->query("SET AUTOCOMMIT=1;");
-		sfprintr("roll back");
 	}
 	
