[Vtigercrm-commits] [vtiger-commits] r8036 - /vtigercrm/trunk/modules/Leads/Save.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 18:29:08 EDT 2006


Author: saraj
Date: Thu Jul 13 16:29:04 2006
New Revision: 8036

Log:
API Written

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 Thu Jul 13 16:29:04 2006
@@ -81,7 +81,9 @@
 
 header("Location: index.php?action=$return_action&module=$return_module&record=$return_id&viewname=$return_viewname");
 
-//Code to save the custom vtiger_field info into database
+/** Function to save the Lead custom fields info into database
+ *  @param integer $entity_id - leadid
+*/
 function save_customfields($entity_id)
 {
 	$log->debug("Entering save_customfields(".$entity_id.") method ...");





More information about the vtigercrm-commits mailing list