Index: schedule/function/button.php
===================================================================
--- schedule/function/button.php	(revision 16739)
+++ schedule/function/button.php	(revision 16894)
@@ -1,35 +1,5 @@
-<?php    
-include '../include/factdb.php';
-			$x = 0;
-						 $day = $_GET['days'];
-						$days = Date('Y-m-d',strtotime($day));
-						
-					$fetch = mysql_query("SELECT * FROM schedule") or die(mysql_error());
-					
-					while($rows = mysql_fetch_array($fetch)){
-					$timestamp=strtotime($rows['fLastUpdate']);
-					$timestamp2 = date('Y-m-d',$timestamp);
-					$date_time = date('H:i',$timestamp);
-					//$time_new = $date_time->format('H:i:s')
-					if($days == $timestamp2){
-					$x++;
-					
-					}
-					
-					}
-					
-			
-				if($x==0){
-				
-				?><input type="button" id="save" value="SAVE" class="button" title="Click to save">&nbsp;&nbsp;&nbsp;<input type="button" id="LoadPrev" value="Load Previous Night" class="button" title="Click to load previous night">
-			<?php
-				
-				}else{
-				?><input type="button" id="update" value="UPDATE" class="button" title="Click to save">&nbsp;&nbsp;&nbsp;<input type="button" id="LoadPrev" value="Load Previous Night" class="button" title="Click to load previous night">
-					<?php
-				
-				}
-				
-			?>
+<input type="button" id="save" value="SAVE" class="button" title="Click to save">
+&nbsp;&nbsp;&nbsp;
+<input type="button" id="LoadPrev" value="Load Previous Night" class="button" title="Click to load previous night">
 							
 					
