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