[Vtigercrm-commits] [vtiger-commits] r7768 - /vtigercrm/trunk/include/utils/ListViewUtils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jul 4 07:17:15 EDT 2006


Author: saraj
Date: Tue Jul  4 05:17:12 2006
New Revision: 7768

Log:
changes made to fix the issue in activity relatedlist

Modified:
    vtigercrm/trunk/include/utils/ListViewUtils.php

Modified: vtigercrm/trunk/include/utils/ListViewUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/ListViewUtils.php (original)
+++ vtigercrm/trunk/include/utils/ListViewUtils.php Tue Jul  4 05:17:12 2006
@@ -2550,10 +2550,9 @@
 	}
 	elseif($currentmodule=="Contacts" && $returnmodule == "Activities")
 	{
-		$reltable = 'vtiger_seactivityrel';
+		$reltable = 'vtiger_cntactivityrel';
 		$condition = 'WHERE activityid = '.$recordid;
-		$selectfield = 'crmid';
-		$field = 'contactid';
+		$field = $selectfield = 'contactid';
 		$table = 'vtiger_contactdetails';
 	}
 	elseif($currentmodule=="Leads" && $returnmodule == "Campaigns")





More information about the vtigercrm-commits mailing list