[Vtigercrm-commits] [vtiger-commits] r7451 - /vtigercrm/trunk/modules/Dashboard/horizontal_bargraph.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 23 01:58:00 EDT 2006
Author: richie
Date: Thu Jun 22 23:57:57 2006
New Revision: 7451
Log:
14 changed to 44 to accomodate bigger names
Modified:
vtigercrm/trunk/modules/Dashboard/horizontal_bargraph.php
Modified: vtigercrm/trunk/modules/Dashboard/horizontal_bargraph.php
==============================================================================
--- vtigercrm/trunk/modules/Dashboard/horizontal_bargraph.php (original)
+++ vtigercrm/trunk/modules/Dashboard/horizontal_bargraph.php Thu Jun 22 23:57:57 2006
@@ -43,7 +43,7 @@
$alts[]=$name."=%d";
//If the daatx value of a string is greater, adding '\n' to it so that it'll cme inh 2nd line
if(strlen($name)>=14)
- $name=substr($name, 0, 14);
+ $name=substr($name, 0, 44);
if($pos>=2)
{
$val=explode(" ",$name);
More information about the vtigercrm-commits
mailing list