Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15608)
+++ /schedule/Module/calendar.php	(revision 15609)
@@ -76,10 +76,11 @@
 											//Time[row]=f[0];
 											//arr[row]="["+f[4]+"]";
-											newline[row]="["+f[0]+","+f[4]+"]";
-											/*for(var t=0; t<Time.length;t++)
+											for(var t=0; t<Time.length;t++)
 											{
 												var x=Time[t].split('T');
-												h[t]=x[1];	
-											}*/
+												h[t]=x[1];
+												newline[row]="["+x[1]+","+f[4]+"]";
+											
+											}
 										
 									}
