[Vtigercrm-commits] [vtiger-commits] r5748 - /vtigercrm/branches/4.2/include/database/PearDatabase.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 4 20:44:30 EDT 2006
Author: allanbush
Date: Thu May 4 18:44:27 2006
New Revision: 5748
Log:
Ticket #757 backed most of the debugging changes out, this removes the rest of the debugging info. Closes #69.
I think we may wish to put the debugging info back in at some point as it really does help identify and solve issues.
Modified:
vtigercrm/branches/4.2/include/database/PearDatabase.php
Modified: vtigercrm/branches/4.2/include/database/PearDatabase.php
==============================================================================
--- vtigercrm/branches/4.2/include/database/PearDatabase.php (original)
+++ vtigercrm/branches/4.2/include/database/PearDatabase.php Thu May 4 18:44:27 2006
@@ -664,7 +664,7 @@
}
$this->database = ADONewConnection($this->dbType);
- $this->database->debug = true;
+ //$this->database->debug = true;
$this->database->Connect($this->dbHostName, $this->userName, $this->userPassword, $this->dbName);
$this->database->LogSQL($this->enableSQLlog);
More information about the vtigercrm-commits
mailing list