Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16348)
+++ schedule/Module/calendar.php	(revision 16349)
@@ -141,7 +141,8 @@
 								xmlhttp.send();
 							}
+							var array = [];
 							function GraphData(array)
 							{
-								document.getElementById('data').innerHTML=array[0];
+								document.getElementById('data').innerHTML=array[0][1];
 							}
 							
