Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16344)
+++ schedule/Module/calendar.php	(revision 16346)
@@ -131,7 +131,7 @@
 											{
 												rows=line[row].split(',');
-												Data.push(rows[4]);
+												Data[src].push(rows[4]);
 											}
-											GraphData(Data);
+											GraphData(Data[src]);
 											
 									}
@@ -141,7 +141,7 @@
 								xmlhttp.send();
 							}
-							function GraphData(x)
+							function GraphData(var array)
 							{
-								document.getElementById('data').innerHTML=x;
+								document.getElementById('data').innerHTML=array[0];
 							}
 							
