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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 26 10:23:27 EDT 2006


Author: richie
Date: Mon Jun 26 08:23:17 2006
New Revision: 7536

Log:
Security support for Emails done

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 Mon Jun 26 08:23:17 2006
@@ -1841,7 +1841,7 @@
 				ON vtiger_emaildetails.emailid = vtiger_activity.activityid
 			WHERE vtiger_activity.activitytype = 'Emails'
 			AND vtiger_crmentity.deleted = 0 ";
-		if($is_admin==false && $profileGlobalPermission[1] == 1 && $profileGlobalPermission[2] == 1 && $defaultOrgSharingPermission[$tab_id] == 3)
+		if($is_admin==false && $profileGlobalPermission[1] == 1 && $profileGlobalPermission[2] == 1)
 		{
 			$sec_parameter=getListViewSecurityParameter($module);
 			$query .= $sec_parameter;	





More information about the vtigercrm-commits mailing list