Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16236)
+++ schedule/Module/calendar.php	(revision 16237)
@@ -82,5 +82,6 @@
 						while($rowSched1=mysql_fetch_array($sqlSched1))
 						{
-							$timestamp1=strtotime(<?php echo $rowSched1['fStart']; ?>);
+						
+						 $timestamp1=strtotime( echo $rowSched1['fStart']; );
 						?>
 							if(Year+""+Day+""+Month==<?php echo date('Ydm',$timestamp1); ?>)
@@ -113,6 +114,7 @@
 							while($rowSched2=mysql_fetch_array($sqlSched2))
 							{
-								$timestamp2=strtotime(<?php echo $rowSched2['fStart']; ?>);
-							?>
+							
+								$timestamp2=strtotime(echo $rowSched2['fStart'];);
+							 ?>
 								if(year+"-"+day+"-"+month==<?php echo date('Y-d-m',$timestamp2); ?>)
 								{
