Index: schedule/Module/control.php
===================================================================
--- schedule/Module/control.php	(revision 17467)
+++ schedule/Module/control.php	(revision 17468)
@@ -379,12 +379,14 @@
 			var newtr<?php echo $cnt; ?> = document.createElement("tr");
 				newtr<?php echo $cnt; ?>.setAttribute('class','tr');
+			var count = 0;
 		
 	<?php
 	
 	$observations = mysql_query("SELECT * FROM schedule WHERE fStart = '$timestamp'");
-	alert("observation rows: " + mysql_num_rows($observations));
 	while($rows = mysql_fetch_array($observations))
 	{
 	?>
+			count++;
+			alert("record: " + count);
 			var newtd_c2 = document.createElement("td");
 				newtd_c2.setAttribute("width","138");
