[Vtigercrm-commits] [vtiger-commits] r3928 - /vtigercrm/trunk/modules/Calendar/appointment.pinc

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Feb 24 09:46:19 EST 2006


Author: saraj
Date: Fri Feb 24 07:46:14 2006
New Revision: 3928

Log:
changes made to remove the link for hours

Modified:
    vtigercrm/trunk/modules/Calendar/appointment.pinc

Modified: vtigercrm/trunk/modules/Calendar/appointment.pinc
==============================================================================
--- vtigercrm/trunk/modules/Calendar/appointment.pinc (original)
+++ vtigercrm/trunk/modules/Calendar/appointment.pinc Fri Feb 24 07:46:14 2006
@@ -1396,7 +1396,7 @@
 			}
 			else 
 			{
-				$duration = "%s ". $start ." - ". $end;
+				$duration = "%s ". $start ." to ". $end;
 			}
 		}
 		if ( $this->repeat != APP_NOREP ) 
@@ -1409,7 +1409,7 @@
 		}
 
 		echo " <tr>\n";
-		echo " <td nowrap=\"nowrap\" class=\"". $class ."\" colspan=\"3\"><b>". $this->getLink($duration) ."</b></td>\n";
+		echo " <td nowrap=\"nowrap\" class=\"". $class ."\" colspan=\"3\"><b>". $duration ."</b></td>\n";
 
 		//added from Fredy's patch	
 		echo "  <td class=\"". $class ."\" align=\"right\">". $this->creator ."&nbsp; </td>\n";





More information about the vtigercrm-commits mailing list