Index: schedule/Module/control.php
===================================================================
--- schedule/Module/control.php	(revision 17431)
+++ schedule/Module/control.php	(revision 17432)
@@ -315,5 +315,6 @@
 	while($rows = mysql_fetch_array($fetch))
 	{
-		$timestamp=strtotime($rows['fStart']);
+		$scheduleId = $rows['fScheduleID'];
+		$timestamp=strtotime($rows['fStart']);s
 		$timestamp2 = date('Y-m-d',$timestamp);
 		$date_time = date('H:i:s',$timestamp);
@@ -367,5 +368,5 @@
 					input_data.setAttribute("value","+"),
 					input_data.onclick = function(){
-						addRowClone1("list_<?php echo $cnt; ?>");
+						addRowClone("list_<?php echo $cnt; ?>");
 					}
 				);
