[Vtigercrm-commits] [vtiger-commits] r7219 - /vtigercrm/trunk/modules/Dashboard/display_charts.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 17 06:36:14 EDT 2006
Author: saraj
Date: Sat Jun 17 04:36:11 2006
New Revision: 7219
Log:
label has been changed
Modified:
vtigercrm/trunk/modules/Dashboard/display_charts.php
Modified: vtigercrm/trunk/modules/Dashboard/display_charts.php
==============================================================================
--- vtigercrm/trunk/modules/Dashboard/display_charts.php (original)
+++ vtigercrm/trunk/modules/Dashboard/display_charts.php Sat Jun 17 04:36:11 2006
@@ -617,7 +617,7 @@
elseif (($type == "ticketsbyuser") && (getFieldVisibilityPermission('HelpDesk',$user_id,'ticketuser') == "0"))
{
$graph_by="smownerid";
- $graph_title=$mod_strings['ticketsbyowner'];
+ $graph_title=$mod_strings['ticketsbyuser'];
$module="HelpDesk";
$where=" and (vtiger_crmentity.smownerid != NULL || vtiger_crmentity.smownerid != ' ')";
$query=$helpdesk_query;
More information about the vtigercrm-commits
mailing list