Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16394)
+++ schedule/Module/calendar.php	(revision 16395)
@@ -125,7 +125,5 @@
 								  if (xmlhttp.readyState==4 && xmlhttp.status==200)
 									{
-										
-											
-										
+													
 											Data[src]= new Array();
 											line=xmlhttp.responseText.split('\n');
@@ -148,13 +146,11 @@
 							function GraphData(array,index)
 							{
-								for(ii=0;ii<array.length;ii++)
-								{
+								
 								for(i=0;i<array[index].length;i++)
 								{
 									/*for(ii=0;ii<Data[i].length;ii++)
 									{*/
-										document.getElementById('day').innerHTML=array[ii][i];
+										document.getElementById('day').innerHTML=array[index];
 									/*}*/
-								}
 								}
 							}
