Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16237)
+++ schedule/Module/calendar.php	(revision 16238)
@@ -83,5 +83,5 @@
 						{
 						
-						 $timestamp1=strtotime( echo $rowSched1['fStart']; );
+						 $timestamp1=strtotime($rowSched1['fStart']);
 						?>
 							if(Year+""+Day+""+Month==<?php echo date('Ydm',$timestamp1); ?>)
@@ -115,5 +115,5 @@
 							{
 							
-								$timestamp2=strtotime(echo $rowSched2['fStart'];);
+								$timestamp2=strtotime($rowSched2['fStart']);
 							 ?>
 								if(year+"-"+day+"-"+month==<?php echo date('Y-d-m',$timestamp2); ?>)
