[Vtigercrm-commits] [vtiger-commits] r11154 - /vtigercrm/branches/5.0.3/modules/Reports/ReportRun.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 30 05:23:48 EDT 2007
Author: richie
Date: Wed May 30 03:23:44 2007
New Revision: 11154
Log:
Security Issue in Reports has been fixed..Jeri
Modified:
vtigercrm/branches/5.0.3/modules/Reports/ReportRun.php
Modified: vtigercrm/branches/5.0.3/modules/Reports/ReportRun.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Reports/ReportRun.php (original)
+++ vtigercrm/branches/5.0.3/modules/Reports/ReportRun.php Wed May 30 03:23:44 2007
@@ -1638,7 +1638,7 @@
if($is_admin==false && $profileGlobalPermission[1] == 1 && $profileGlobalPermission[2] == 1 && $defaultOrgSharingPermission[$tab_id] == 3)
{
$sec_parameter=getListViewSecurityParameter($this->primarymodule);
- $reportquery .= $sec_parameter;
+ $reportquery .= " ".$sec_parameter;
}
if(trim($groupsquery) != "")
{
More information about the vtigercrm-commits
mailing list