[Vtigercrm-commits] [vtiger-commits] r5096 - /vtigercrm/trunk/include/database/PearDatabase.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 13 06:36:13 EDT 2006


Author: saraj
Date: Thu Apr 13 04:36:09 2006
New Revision: 5096

Log:
one of the log statements has been removed to reduce the unwanted logs 

Modified:
    vtigercrm/trunk/include/database/PearDatabase.php

Modified: vtigercrm/trunk/include/database/PearDatabase.php
==============================================================================
--- vtigercrm/trunk/include/database/PearDatabase.php (original)
+++ vtigercrm/trunk/include/database/PearDatabase.php Thu Apr 13 04:36:09 2006
@@ -88,7 +88,7 @@
 
 	function startTransaction()
 	{
-		$this->println("TRANS Started");
+		//$this->println("TRANS Started");
 		$this->checkConnection();
 		$this->database->StartTrans();
 	}





More information about the vtigercrm-commits mailing list