[Vtigercrm-commits] [vtiger-commits] r3990 - /vtigercrm/trunk/modules/Dashboard/vertical_bargraph.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 04:40:12 EST 2006


Author: saraj
Date: Tue Feb 28 02:40:03 2006
New Revision: 3990

Log:
modified for new ui 

Modified:
    vtigercrm/trunk/modules/Dashboard/vertical_bargraph.php

Modified: vtigercrm/trunk/modules/Dashboard/vertical_bargraph.php
==============================================================================
--- vtigercrm/trunk/modules/Dashboard/vertical_bargraph.php (original)
+++ vtigercrm/trunk/modules/Dashboard/vertical_bargraph.php Tue Feb 28 02:40:03 2006
@@ -131,7 +131,7 @@
         $ccc="cache/images/".$base_name_cache_file;
         $img= "<img src=$ccc ismap usemap='#$html_image_name' border=0>" ;
         $img.=$imgMap;
-        echo $img;
+        return $img;
 
 }
 ?>





More information about the vtigercrm-commits mailing list