Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16351)
+++ schedule/Module/calendar.php	(revision 16352)
@@ -134,5 +134,5 @@
 											}
 											//GraphData(Data[src]);
-											
+											document.getElementById('data').innerHTML=Data[src];
 									}
 								}
@@ -141,15 +141,15 @@
 								xmlhttp.send();
 							}
-							var array = [];
-							/*function GraphData(array)
-							{*/
-								for(i=0;i<source.length;i++)
+							//var array = [];
+							function GraphData(array)
+							{
+								/*for(i=0;i<source.length;i++)
 								{
 									for(ii=0;ii<Data[i].length;ii++)
-									{
-										document.getElementById('data').innerHTML=Data[i][ii];
-									}
-								}
-							//}
+									{*/
+										document.getElementById('data').innerHTML=array;
+									/*}
+								}*/
+							}
 							
 							
