Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16513)
+++ schedule/Module/calendar.php	(revision 16514)
@@ -122,5 +122,5 @@
 				{
 					
-					 if (xmlhttp[index].readyState==4 && xmlhttp.status==200)
+					 if (xmlhttp[index].readyState==4 && xmlhttp[index].status==200)
 						{
 						//sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
