Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16515)
+++ schedule/Module/calendar.php	(revision 16516)
@@ -122,9 +122,9 @@
 				{
 					$('#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');
-						$('#data').append('XML value has changed!');
+						//$('#data').append('XML value has changed!');
 						//document.getElementById('data').innerHTML="XML value has changed!";
 						document.getElementById('data').innerHTML=xmlhttp[index].responseText;
@@ -132,9 +132,10 @@
 							for(row=0;row<line.length;row++)
 							{
+							$('#data').append('XML data was looped!');
 							rows=line[row].split(',');
 							sourceData[index].push(rows[4]);
 							}
 							document.getElementById('data').innerHTML=line;
-						}
+				//		}
 							
 				}
