Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 16372)
+++ /schedule/Module/calendar.php	(revision 16373)
@@ -110,6 +110,5 @@
 							var T = [];
 							var src = 0;
-							while(src < source.length)
-							{
+							
 								
 								if (window.XMLHttpRequest)
@@ -132,5 +131,5 @@
 											{
 												rows=line[row].split(',');
-												Data[src].push(rows[4]);
+												Data[0].push(rows[4]);
 											}
 											
@@ -143,6 +142,5 @@
 								xmlhttp.send();
 								document.getElementById('data').innerHTML=source.length+""+src;
-								src++;
-							}
+							
 							
 							function GraphData(array, index)
