Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16336)
+++ schedule/Module/calendar.php	(revision 16337)
@@ -131,4 +131,5 @@
 												rows=line[row].split(',');
 												Data[src][row]=rows[4];
+												document.getElementById('data').innerHTML=Data[0][row];
 											}
 											//GraphData.apply(src,Data);
@@ -143,5 +144,5 @@
 								document.getElementById('data').innerHTML=data[];
 							}*/
-							document.getElementById('data').innerHTML=Data[0][0];
+							
 							
 						});
