Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16231)
+++ schedule/Module/calendar.php	(revision 16232)
@@ -265,5 +265,5 @@
 								{
 									chart.addSeries({name:source[src], data:[]}); // created a series of data and add name of displayed source
-									for(var DataCnt=0;DataCnt<x[src].length;DataCnt++)
+									for(var DataCnt=0;DataCnt<x.length;DataCnt++)
 									{
 										
@@ -277,5 +277,5 @@
 									
 								}
-								$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
+								//$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
 								return Charts;
 							}
