[Vtigercrm-commits] [vtiger development] #6377: Outlookplugin-service: Join in SQL-Statement missed!

vtiger development vtiger-tickets at trac.vtiger.com
Tue Nov 3 04:39:32 EST 2009


#6377: Outlookplugin-service: Join in SQL-Statement missed!
-----------------------+----------------------------------------------------
 Reporter:  paproth    |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  minor      |   Milestone:  5.2.0    
Component:  vtigercrm  |     Version:  5.1.0    
 Keywords:             |  
-----------------------+----------------------------------------------------
 When using the outlook-plugin on some crm-installation getting contacts
 failed.
 This is caused by an corrupted SQL-Statement.
 In the statement a join on the table vtiger_contactscf is missed.

 The SQL-Statement can be fixed with the following line:
 LEFT JOIN vtiger_contactscf on `vtiger_contactscf`.`contactid` =
 `vtiger_contactdetails`.`contactid` on line 1122 in the file
 modules/Contacts/Contacts.php

 Please see patch for details.

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6377>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list