[Vtigercrm-commits] [vtiger-commits] r10871 - /vtigercrm/branches/5.0.3/modules/Import/UsersLastImport.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 11 15:04:53 EDT 2007


Author: richie
Date: Fri May 11 13:04:49 2007
New Revision: 10871

Log:
* Fixed the issue in query to display the accountname in import last step

Modified:
    vtigercrm/branches/5.0.3/modules/Import/UsersLastImport.php

Modified: vtigercrm/branches/5.0.3/modules/Import/UsersLastImport.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Import/UsersLastImport.php (original)
+++ vtigercrm/branches/5.0.3/modules/Import/UsersLastImport.php Fri May 11 13:04:49 2007
@@ -88,7 +88,7 @@
 		if ($this->bean_type == 'Contacts')
 		{
 				$query = "SELECT distinct crmid,
-			vtiger_account.accountname as vtiger_account_name,
+			vtiger_account.accountname as accountname,
 			vtiger_contactdetails.contactid,
 			vtiger_contactdetails.accountid,				
 			vtiger_contactdetails.yahooid,
@@ -132,7 +132,7 @@
 		{
 		
 			$query = "SELECT distinct
-                                vtiger_account.accountid vtiger_account_id,
+                                vtiger_account.accountid accountid,
                                 vtiger_account.accountname accountname,
                                 vtiger_users.user_name user_name,
 			vtiger_crmentity.crmid, smownerid,





More information about the vtigercrm-commits mailing list