Index: schedule/Module/control.php
===================================================================
--- schedule/Module/control.php	(revision 17464)
+++ schedule/Module/control.php	(revision 17465)
@@ -321,4 +321,5 @@
 {
 		$timestamp=strtotime($times['fStart']);
+		$actualtime = $times['fStart'];
 		$timestamp2 = date('Y-m-d',$timestamp);
 		$date_time = date('H:i:s',$timestamp);
@@ -381,5 +382,5 @@
 	<?php
 	
-	$observations = mysql_query("SELECT * FROM schedule WHERE fStart = '2014-01-21 19:00:00'");
+	$observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$actualtime'");
 
 	while($rows = mysql_fetch_array($observations))
