Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15722)
+++ /schedule/Module/calendar.php	(revision 15723)
@@ -83,8 +83,10 @@
 											//arr[row]="["+f[4]+"]";	
 											newline[row]=(parseFloat(f[4])||parseInt("0"));
-											newdata = newdata+(parseFloat(f[4])||parseInt('0'));
-										 
+											
 									}
-									
+									for(var c=0;c<newline.length;c++)
+									{
+										newdata+=c;
+									}
 									document.getElementById('data').innerHTML=newdata;
 									$(function () {
