[Vtigercrm-commits] [vtiger-commits] r9857 - /vtigercrm/branches/5.0.3/modules/Import/ImportSteplast.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Nov 18 01:35:29 EST 2006
Author: richie
Date: Fri Nov 17 23:35:26 2006
New Revision: 9857
Log:
* Changed the object names
Modified:
vtigercrm/branches/5.0.3/modules/Import/ImportSteplast.php
Modified: vtigercrm/branches/5.0.3/modules/Import/ImportSteplast.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Import/ImportSteplast.php (original)
+++ vtigercrm/branches/5.0.3/modules/Import/ImportSteplast.php Fri Nov 17 23:35:26 2006
@@ -145,11 +145,11 @@
$implict_account = false;
$import_modules_array = Array(
- "Leads"=>"Lead",
- "Accounts"=>"Account",
- "Contacts"=>"Contact",
- "Potentials"=>"Potential",
- "Products"=>"Product"
+ "Leads"=>"Leads",
+ "Accounts"=>"Accounts",
+ "Contacts"=>"Contacts",
+ "Potentials"=>"Potentials",
+ "Products"=>"Products"
);
foreach($import_modules_array as $module_name => $object_name)
More information about the vtigercrm-commits
mailing list