[Vtigercrm-commits] [vtiger-commits] r5705 - /vtigercrm/trunk/include/utils/ListViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 3 05:59:33 EDT 2006
Author: don
Date: Wed May 3 03:59:29 2006
New Revision: 5705
Log:
removed the global others_permission_id
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 Wed May 3 03:59:29 2006
@@ -1525,15 +1525,7 @@
$query .= $sec_parameter;
}
}
- //Appending the Security parameters by DON
- /*
- global $others_permission_id;
- global $current_user;
- if($others_permission_id == 3 && $module != 'Notes' && $module != 'Products' && $module != 'Faq' && $module!= 'Vendor' && $module != 'PriceBook')
- {
- $query .= " and crmentity.smownerid in(".$current_user->id .",0)";
- }
- */
+
$log->debug("Exiting getListQuery method ...");
return $query;
More information about the vtigercrm-commits
mailing list