[Vtigercrm-commits] [vtiger-commits] r5049 - /vtigercrm/trunk/include/database/PearDatabase.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 11 09:48:29 EDT 2006
Author: saraj
Date: Tue Apr 11 07:48:22 2006
New Revision: 5049
Log:
log statement has been commented out
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 Tue Apr 11 07:48:22 2006
@@ -200,7 +200,8 @@
else
{
// $this->println("checkconnect using old connection");
- $log->debug('checkconnect using old connection');
+ /*** Delibrately commented as per Richie's advice(printed frequently)***/
+ // $log->debug('checkconnect using old connection');
}
}
More information about the vtigercrm-commits
mailing list