Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16323)
+++ schedule/Module/calendar.php	(revision 16324)
@@ -124,16 +124,5 @@
 								  if (xmlhttp.readyState==4 && xmlhttp.status==200)
 									{
-										if(src==1)
-										{
-											line=xmlhttp.responseText.split('\n');
-											for(row=0;row<line.length;row++)
-											{
-												rows=line[row].split(',');
-												val.push("XD"+rows[4]);
-												T.push("xD"+rows[0]);
-											}
-										}
-										else
-										{
+										
 											line=xmlhttp.responseText.split('\n');
 											for(row=0;row<line.length;row++)
@@ -143,5 +132,5 @@
 												T.push(rows[0]);
 											}
-										}
+										
 										GraphData(val,T);
 									}
