[Vtigercrm-commits] [vtiger-commits] r7294 - /vtigercrm/trunk/modules/Reports/Reports.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 20 05:43:28 EDT 2006
Author: saraj
Date: Tue Jun 20 03:43:24 2006
New Revision: 7294
Log:
security file included
Modified:
vtigercrm/trunk/modules/Reports/Reports.php
Modified: vtigercrm/trunk/modules/Reports/Reports.php
==============================================================================
--- vtigercrm/trunk/modules/Reports/Reports.php (original)
+++ vtigercrm/trunk/modules/Reports/Reports.php Tue Jun 20 03:43:24 2006
@@ -307,6 +307,8 @@
$tabid = getTabid($module);
+
+ require('user_privileges/user_privileges_'.$current_user->id.'.php');
//Security Check
if($is_admin == true || $profileGlobalPermission[1] == 0 || $profileGlobalPermission[2] ==0)
{
More information about the vtigercrm-commits
mailing list