Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16409)
+++ schedule/Module/calendar.php	(revision 16410)
@@ -127,19 +127,6 @@
 								  if (xmlhttp.readyState==4 && xmlhttp.status==200)
 									{
-											if(src==0)
-											{
-												Data[0]= new Array(100);
-												
-												
-												line=xmlhttp.responseText.split('\n');
-												for(row=0;row<line.length;row++)
-												{
-													rows=line[row].split(',');
-													Data[0].push(rows[4]);
-												}
-											}
-											else
-											{
-												Data[src]= new Array(100);
+											
+												Data[src]= new Array();
 												//Data[src]= new Array();
 												
@@ -151,5 +138,5 @@
 												}
 											
-											}
+											
 											GraphData(Data, src);
 											//document.getElementById('data').innerHTML=Data[src];
