Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16360)
+++ schedule/Module/calendar.php	(revision 16361)
@@ -131,5 +131,5 @@
 											{
 												rows=line[row].split(',');
-												Data[src].push(rows[4]);
+												$(elem).data('day',Data[src].push(rows[4]));
 											}
 											GraphData(Data[src]);
@@ -142,5 +142,5 @@
 							}
 							//var array = [];
-							function GraphData([] array)
+							function GraphData(array)
 							{
 								for(i=0;i<array.length;i++)
@@ -148,5 +148,5 @@
 									/*for(ii=0;ii<Data[i].length;ii++)
 									{*/
-										document.getElementById('day').innerHTML=array[i];
+										document.getElementById('day').innerHTML=array;
 									/*}*/
 								}
