Index: schedule/Module/control.php
===================================================================
--- schedule/Module/control.php	(revision 17494)
+++ schedule/Module/control.php	(revision 17495)
@@ -306,5 +306,5 @@
 function addRowClone(nextrow){
 	<?php
-	if($previousData == "true") {
+	/*if($previousData == "true") {
 		$fetch = mysql_query("SELECT * FROM schedule WHERE date(fStart) < '$days' ORDER BY date(fStart) DESC, fScheduleID ASC, fMeasurementID ASC") or die(mysql_error());	
 		$firstRecord = mysql_fetch_array($fetch);
@@ -318,5 +318,5 @@
 		$fetch = mysql_query("SELECT * FROM schedule WHERE date(fStart) = '$days' ORDER BY fScheduleID ASC, fMeasurementID ASC") or die(mysql_error());
 		$transaction = "update";
-	}
+	}*/
 
 		$fetch = mysql_query("SELECT * FROM schedule WHERE date(fStart) = '$days' ORDER BY fScheduleID ASC, fMeasurementID ASC") or die(mysql_error());
@@ -516,15 +516,9 @@
 	}
 
-	if((mysql_num_rows($fetch)<1)) // || $transaction == "save")	
-	{ 
-		$transaction = "save";
+	if(mysql_num_rows($fetch)<1)
+	{
 	?>
-		$('#save').attr('value','SAVE');		
+		$('#save').attr('value','SAVE');
 		addRowClone1();
-	<?php
-	} 
-	else {
-	?>	
-		$('#save').attr('value','UPDATE');
 	<?php
 	}
