[Vtigercrm-commits] [vtiger-commits] r9719 - /vtigercrm/branches/5.0.2/modules/Leads/Leads.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 12:28:45 EDT 2006
Author: richie
Date: Thu Oct 26 10:28:38 2006
New Revision: 9719
Log:
Added function save_module
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 Thu Oct 26 10:28:38 2006
@@ -36,10 +36,6 @@
var $tab_name_index = Array('vtiger_crmentity'=>'crmid','vtiger_leaddetails'=>'leadid','vtiger_leadsubdetails'=>'leadsubscriptionid','vtiger_leadaddress'=>'leadaddressid','vtiger_leadscf'=>'leadid');
- var $entity_table = "vtiger_crmentity";
- var $table_name = "vtiger_leaddetails";
- var $object_name = "Lead";
- var $new_schema = true;
//construct this from database;
var $column_fields = Array();
More information about the vtigercrm-commits
mailing list