Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15548)
+++ schedule/Module/calendar.php	(revision 15549)
@@ -73,11 +73,11 @@
 for(var row=0;row<xmlhttp.responseText; row++)
 {
-	//var f = lines[row].slit(',');
+	var f = lines[row].slit(',');
 	//arr[row].time=f[0];
 	//arr[row].value=f[5];
-	document.getElementById('data').innerHTML=row;								}
-
+	
 
 }
+document.getElementById('data').innerHTML=f;								}
 							}
 							xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
