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