[Vtigercrm-commits] [vtiger-commits] r5542 - /vtigercrm/trunk/include/ComboUtil.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 23:04:52 EDT 2006


Author: saraj
Date: Thu Apr 27 21:04:48 2006
New Revision: 5542

Log:
logs entries inserted in all functions

Modified:
    vtigercrm/trunk/include/ComboUtil.php

Modified: vtigercrm/trunk/include/ComboUtil.php
==============================================================================
--- vtigercrm/trunk/include/ComboUtil.php (original)
+++ vtigercrm/trunk/include/ComboUtil.php Thu Apr 27 21:04:48 2006
@@ -12,6 +12,8 @@
 require_once('include/database/PearDatabase.php');
 function getComboArray($combofieldNames)
 {
+	global $log;
+        $log->debug("Entering getComboArray(".$combofieldNames.") method ...");
 	global $adb;
 	$comboFieldArray = Array();
 	foreach ($combofieldNames as $tableName => $arrayName)
@@ -26,6 +28,7 @@
 		}
 		$comboFieldArray[$fldArrName] = $arrayName;
 	}
+	$log->debug("Exiting getComboArray method ...");
 	return $comboFieldArray;	
 }
 ?>





More information about the vtigercrm-commits mailing list