[Vtigercrm-commits] [vtiger-commits] r9737 - /vtigercrm/branches/5.0.2/modules/Leads/Leads.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Oct 27 06:35:24 EDT 2006


Author: richie
Date: Fri Oct 27 04:35:20 2006
New Revision: 9737

Log:
save_module function has been included

Modified:
    vtigercrm/branches/5.0.2/modules/Leads/Leads.php

Modified: vtigercrm/branches/5.0.2/modules/Leads/Leads.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/Leads/Leads.php (original)
+++ vtigercrm/branches/5.0.2/modules/Leads/Leads.php Fri Oct 27 04:35:20 2006
@@ -86,6 +86,12 @@
 		$this->db = new PearDatabase();
 		$this->column_fields = getColumnFields('Leads');
 		$this->log->debug("Exiting Lead method ...");
+	}
+
+	/** Function to handle module specific operations when saving a entity
+	*/
+	function save_module($module)
+	{
 	}
 
 	// Mike Crowe Mod --------------------------------------------------------Default ordering for us





More information about the vtigercrm-commits mailing list