Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16365)
+++ schedule/Module/calendar.php	(revision 16366)
@@ -134,5 +134,5 @@
 											}
 											
-											//GraphData(Data[src]);
+											GraphData(Data, src);
 											document.getElementById('data').innerHTML=Data[src];
 									}
@@ -142,12 +142,12 @@
 								xmlhttp.send();
 							}
-							//var array = [];
-							function GraphData(array)
+							
+							function GraphData(array, index)
 							{
-								for(i=0;i<array.length;i++)
+								for(i=0;i<array[index].length;i++)
 								{
 									/*for(ii=0;ii<Data[i].length;ii++)
 									{*/
-										document.getElementById('day').innerHTML=array;
+										document.getElementById('day').innerHTML=array[index];
 									/*}*/
 								}
