Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 16342)
+++ /schedule/Module/calendar.php	(revision 16343)
@@ -126,10 +126,10 @@
 										
 											Data[src]= new Array();
-											var str="";
+											var str=[];
 											line=xmlhttp.responseText.split('\n');
 											for(row=0;row<line.length;row++)
 											{
 												rows=line[row].split(',');
-												str+="["+Data.push(rows[4])+"]";
+												str[row]=Data.push(rows[4]);
 											}
 											GraphData(str);
