Index: schedule/Module/control.php
===================================================================
--- schedule/Module/control.php	(revision 17475)
+++ schedule/Module/control.php	(revision 17476)
@@ -321,7 +321,8 @@
 {
 		$timestamp=strtotime($times['fStart']);
-		//$actualtime = ($times['fStart'])->format('Y-m-d H:i:s');
+		$actualtime = $timestamp->format('Y-m-d H:i:s');
+
 		//$actualtime = $times['fStart'];
-		alert($timestamp);
+		//alert($timestamp);
 		$timestamp2 = date('Y-m-d',$timestamp);
 		$date_time = date('H:i:s',$timestamp);
@@ -380,5 +381,5 @@
 	<?php
 	
-	$observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$timestamp'");
+	$observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$actualtime'");
 
 	while($rows = mysql_fetch_array($observations))
