[Vtigercrm-commits] [vtiger-commits] r7999 - /vtigercrm/trunk/modules/Accounts/Save.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 12:41:55 EDT 2006


Author: saraj
Date: Thu Jul 13 10:41:51 2006
New Revision: 7999

Log:
API written for Account Save file - ahmed

Modified:
    vtigercrm/trunk/modules/Accounts/Save.php

Modified: vtigercrm/trunk/modules/Accounts/Save.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/Save.php (original)
+++ vtigercrm/trunk/modules/Accounts/Save.php Thu Jul 13 10:41:51 2006
@@ -104,7 +104,9 @@
 
 header("Location: index.php?action=$return_action&module=$return_module&parenttab=$parenttab&record=$return_id&viewname=$return_viewname");
 
-//Code to save the custom vtiger_field info into database
+/** Function to save Accounts custom field info into database
+* @param integer $entity_id - accountid
+*/
 function save_customfields($entity_id)
 {
 	global $log;





More information about the vtigercrm-commits mailing list