[Vtigercrm-commits] [vtiger development] #6252: error 500 with Outlook Plugin
vtiger development
vtiger-tickets at trac.vtiger.com
Fri Aug 14 05:55:36 EDT 2009
#6252: error 500 with Outlook Plugin
-------------------------+--------------------------------------------------
Reporter: frankpie | Owner: developer
Type: patch | Status: new
Priority: unassigned | Milestone: 5.1.1
Component: vtigercrm | Version: 5.1.0
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Changes (by frankpie):
* type: defect => patch
Comment:
you may fix this issue by adding the following at Contacts.php to the
get_contactsforol function:
arround line
change
for($i=0;$i < count($permitted_lists);$i++)
{
$column_table_lists[] = implode(".",$permitted_lists[$i]);
}
to
for($i=0;$i < count($permitted_lists);$i++)
{
if ($permitted_lists[$i][0] !='vtiger_contactscf')
$column_table_lists[] = implode(".",$permitted_lists[$i]);
}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6252#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list