[Vtigercrm-commits] [vtiger-commits] r9721 - /vtigercrm/branches/5.0.2/modules/Potentials/Potentials.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 12:35:37 EDT 2006


Author: richie
Date: Thu Oct 26 10:35:29 2006
New Revision: 9721

Log:
Added function save_module

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

Modified: vtigercrm/branches/5.0.2/modules/Potentials/Potentials.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/Potentials/Potentials.php (original)
+++ vtigercrm/branches/5.0.2/modules/Potentials/Potentials.php Thu Oct 26 10:35:29 2006
@@ -37,12 +37,6 @@
 	var $log;
 	var $db;
 
-	var $module_name="Potentials";
-	var $table_name = "vtiger_potential";
-	var $rel_product_table = "vtiger_seproductsrel";
-	var $rel_opportunity_table = "vtiger_contpotentialrel";
-	var $module_id = "potentialid";
-	var $object_name = "potential";
 
 	var $tab_name = Array('vtiger_crmentity','vtiger_potential','vtiger_potentialscf');
 	var $tab_name_index = Array('vtiger_crmentity'=>'crmid','vtiger_potential'=>'potentialid','vtiger_potentialscf'=>'potentialid');
@@ -102,7 +96,9 @@
 		$this->column_fields = getColumnFields('Potentials');
 	}
 
-	var $new_schema = true;
+	function save_module($module)
+	{
+	}	
 	
 	/**
 	* Function to get sort order





More information about the vtigercrm-commits mailing list