[Vtigercrm-commits] [vtiger-commits] r5621 - /vtigercrm/trunk/modules/Leads/Save.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 1 07:22:37 EDT 2006
Author: don
Date: Mon May 1 05:22:33 2006
New Revision: 5621
Log:
logs entry has been included in all functions
Modified:
vtigercrm/trunk/modules/Leads/Save.php
Modified: vtigercrm/trunk/modules/Leads/Save.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/Save.php (original)
+++ vtigercrm/trunk/modules/Leads/Save.php Mon May 1 05:22:33 2006
@@ -73,6 +73,7 @@
//Code to save the custom field info into database
function save_customfields($entity_id)
{
+ $log->debug("Entering save_customfields(".$entity_id.") method ...");
$log->debug("save custom field invoked ".$entity_id);
global $adb;
$dbquery="select * from customfields where module='Leads'";
@@ -146,5 +147,6 @@
}
}
+ $log->debug("Exiting save_customfields method ...");
}
?>
More information about the vtigercrm-commits
mailing list