Index: schedule/Module/control.php
===================================================================
--- schedule/Module/control.php	(revision 17465)
+++ schedule/Module/control.php	(revision 17466)
@@ -382,5 +382,5 @@
 	<?php
 	
-	$observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$actualtime'");
+	$observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$timestamp'");
 
 	while($rows = mysql_fetch_array($observations))
