[Vtigercrm-commits] [vtiger-commits] r5964 - /vtigercrm/trunk/modules/Reports/SaveAndRun.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun May 14 12:24:25 EDT 2006
Author: jeffk
Date: Sun May 14 10:24:23 2006
New Revision: 5964
Log:
fixes #780
Modified:
vtigercrm/trunk/modules/Reports/SaveAndRun.php
Modified: vtigercrm/trunk/modules/Reports/SaveAndRun.php
==============================================================================
--- vtigercrm/trunk/modules/Reports/SaveAndRun.php (original)
+++ vtigercrm/trunk/modules/Reports/SaveAndRun.php Sun May 14 10:24:23 2006
@@ -48,7 +48,7 @@
$list_report_form = new vtigerCRM_Smarty;
$ogReport->getSelectedStandardCriteria($reportid);
- require_once('modules/DashBoard/ReportsCharts.php');
+ require_once('modules/Dashboard/ReportsCharts.php');
$image = get_graph_by_type('Report','Report',$primarymodule,'',$sshtml[2]);
$list_report_form->assign("GRAPH", $image);
More information about the vtigercrm-commits
mailing list