Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16129)
+++ schedule/Module/calendar.php	(revision 16130)
@@ -235,5 +235,5 @@
 									
 										chart.addSeries({name:source[i], data:[]}); // created a series of data and add name of displayed source
-										for(var DataCnt=0;DataCnt<Data[i].length;DataCnt++)
+										for(var DataCnt=0;DataCnt<Data.length;DataCnt++)
 										{
 											
