Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15692)
+++ schedule/Module/calendar.php	(revision 15693)
@@ -56,5 +56,5 @@
 		                  var month =this.selection.print("%m").join("\n");
 		                  var year =this.selection.print("%Y").join("\n");				  
-							
+							var newline = [];	
 							var xmlhttp;
 							if (window.XMLHttpRequest)
@@ -72,5 +72,4 @@
 									var lines = xmlhttp.responseText.split('\n');
 									var arr = [];
-									var newline = [];	
 									var arrTime = [];
 									var Time = [];
@@ -155,5 +154,5 @@
 							xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
 							xmlhttp.send();
-							$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year+"&new="+newline);
+							$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
 							
 						  });
