[Vtigercrm-commits] [vtiger-commits] r6099 - /vtigercrm/trunk/modules/Home/index.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 17 05:27:00 EDT 2006


Author: saraj
Date: Wed May 17 03:26:55 2006
New Revision: 6099

Log:
Link problem in my group allocation list fixed. Fixes #730, and refs #730

Modified:
    vtigercrm/trunk/modules/Home/index.php

Modified: vtigercrm/trunk/modules/Home/index.php
==============================================================================
--- vtigercrm/trunk/modules/Home/index.php (original)
+++ vtigercrm/trunk/modules/Home/index.php Wed May 17 03:26:55 2006
@@ -236,6 +236,7 @@
 			while($row = $adb->fetch_array($result))
 			{
 				$value=array();	
+				$row["type"]=trim($row["type"]);
 				if($row["type"] == "Tickets")
 				{	
 					$list = '<a href=index.php?module=HelpDesk';
@@ -272,4 +273,3 @@
 		} 
 }
 ?>
-





More information about the vtigercrm-commits mailing list