Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16308)
+++ schedule/Module/calendar.php	(revision 16309)
@@ -132,5 +132,5 @@
 											for(i=0;i<Data[ii].length;i++)
 											{
-												document.getElementById('data').innerHTML=Data[0][ii];
+												document.getElementById('data').innerHTML=Data[ii][i];
 											}
 										}
