Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16322)
+++ schedule/Module/calendar.php	(revision 16323)
@@ -124,10 +124,23 @@
 								  if (xmlhttp.readyState==4 && xmlhttp.status==200)
 									{
-										line=xmlhttp.responseText.split('\n');
-										for(row=0;row<line.length;row++)
+										if(src==1)
 										{
-											rows=line[row].split(',');
-											val.push(rows[4]);
-											T.push(rows[0]);
+											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++)
+											{
+												rows=line[row].split(',');
+												val.push(rows[4]);
+												T.push(rows[0]);
+											}
 										}
 										GraphData(val,T);
