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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 30 05:29:48 EST 2006


Author: richie
Date: Thu Mar 30 03:29:43 2006
New Revision: 4752

Log:
commented out the getRowCount print

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 Mar 30 03:29:43 2006
@@ -400,7 +400,7 @@
 		if(isset($result) && !empty($result))
 			$rows= $result->RecordCount();			
 		//$this->println("ADODB getRowCount rows=".$rows);	
-		$log->debug('getRowCount rows= '.$rows);
+		//$log->debug('getRowCount rows= '.$rows);
 		return $rows;			
 	}
 





More information about the vtigercrm-commits mailing list