Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16403)
+++ schedule/Module/calendar.php	(revision 16404)
@@ -135,5 +135,5 @@
 												{
 													rows=line[row].split(',');
-													Data[0].push(rows[4]);
+													Data[0][row]=rows[4];
 												}
 											}
@@ -146,5 +146,5 @@
 												{
 													rows=line[row].split(',');
-													Data[1].push(rows[4]);
+													Data[1][row]=rows[4];
 												}
 											
