Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16518)
+++ schedule/Module/calendar.php	(revision 16519)
@@ -122,6 +122,6 @@
 				{
 					$('#data').append('XML state is activated!');
-					 //if (xmlhttp[index].readyState==4 && xmlhttp[index].status==200)
-						//{
+					 if (xmlhttp[index].readyState==4 && xmlhttp[index].status==200)
+						{
 						sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
 						line=xmlhttp[index].responseText.split('\n');
@@ -137,5 +137,5 @@
 							}
 							document.getElementById('data').innerHTML=line;
-				//		}
+						}
 							
 				}
