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