Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15757)
+++ /schedule/Module/calendar.php	(revision 15758)
@@ -88,10 +88,10 @@
 									for(var c=0;c<newline.length;c++)
 									{
-										if(newline[c]==0 && newline[c]==undefined)
+										if(newline[c]==0)
 										{
 											
 										}						
 										else
-											s[c]= parseFloat(newline[c]);
+											s.push(parseFloat(newline[c]));
 									}
 									
