Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16350)
+++ schedule/Module/calendar.php	(revision 16351)
@@ -133,5 +133,5 @@
 												Data[src].push(rows[4]);
 											}
-											GraphData(Data[src]);
+											//GraphData(Data[src]);
 											
 									}
@@ -142,8 +142,14 @@
 							}
 							var array = [];
-							function GraphData(array)
-							{
-								document.getElementById('data').innerHTML=array;
-							}
+							/*function GraphData(array)
+							{*/
+								for(i=0;i<source.length;i++)
+								{
+									for(ii=0;ii<Data[i].length;ii++)
+									{
+										document.getElementById('data').innerHTML=Data[i][ii];
+									}
+								}
+							//}
 							
 							
