[Vtigercrm-commits] [vtiger-commits] r5453 - in /vtigercrm/trunk/modules/Notes: DetailView.php ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:10:12 EDT 2006
Author: saraj
Date: Thu Apr 27 02:10:07 2006
New Revision: 5453
Log:
Added the Security Check for Buttons in List/Detail View of Leads Module - Ahmed
Modified:
vtigercrm/trunk/modules/Notes/DetailView.php
vtigercrm/trunk/modules/Notes/ListView.php
Modified: vtigercrm/trunk/modules/Notes/DetailView.php
==============================================================================
Binary files - no diff available.
Modified: vtigercrm/trunk/modules/Notes/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Notes/ListView.php (original)
+++ vtigercrm/trunk/modules/Notes/ListView.php Thu Apr 27 02:10:07 2006
@@ -83,7 +83,7 @@
$log->info("Here is the where clause for the list view: $where");
}
-if(isPermitted('Notes',2,'') == 'yes')
+if(isPermitted('Notes','Delete','') == 'yes')
{
$other_text['del'] = $app_strings[LBL_MASS_DELETE];
}
More information about the vtigercrm-commits
mailing list