Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15578)
+++ schedule/Module/calendar.php	(revision 15579)
@@ -76,7 +76,7 @@
 	Time[row]=f[0];
 	arr[row]=f[4];
-	for(var t=0 t<Time.length;t++)
+	for(var t=0; t<Time.length;t++)
 	{
-		var x=Time[t].split('t');
+		var x=Time[t].split('T');
 		h[t]=x[0];	
 	}
