Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16456)
+++ schedule/Module/calendar.php	(revision 16457)
@@ -128,7 +128,6 @@
 									{
 											
-												//Data[sources]= new Array();
-												//Data[sources]= new Array();
-												
+												Data[sources]= new Array();
+																				
 												line=xmlhttp.responseText.split('\n');
 												for(row=0;row<line.length;row++)
@@ -150,17 +149,15 @@
 								}
 								
-							GraphData(Data,source.length);
-							
-							
+							GraphData(Data,source.length);				
 							
 						});
 						
-						function GraphData(array, index)
+						function GraphData(DataSource, SourceLength)
 							{
-								for(i=0;i<index;i++)
+								for(i=0;i<SourceLength;i++)
 								{
-									for(j=0;j<array[i].length;j++)
+									for(j=0;j<DataSource[i].length;j++)
 								{
-									document.getElementById('day').innerHTML=array[index];
+									document.getElementById('day').innerHTML=DataSource[j];
 								}
 								
