Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16464)
+++ schedule/Module/calendar.php	(revision 16465)
@@ -126,6 +126,6 @@
 								  {
 								  
-								  //if (xmlhttp.readyState==4 && xmlhttp.status==200)
-								//	{
+								  if (xmlhttp.readyState==4 && xmlhttp.status==200)
+									{
 											
 												Data[sources]= new Array();
@@ -142,5 +142,5 @@
 											//document.getElementById('data').innerHTML=sources + "...." + Data[sources];
 											$('#data').append(line);
-								//	}
+									}
 								}
 								
