Index: /schedule/Module/control.php
===================================================================
--- /schedule/Module/control.php	(revision 17438)
+++ /schedule/Module/control.php	(revision 17439)
@@ -479,24 +479,16 @@
 			var newOutertr = document.createElement("tr");
 
-			/*newtable.appendChild(newtd_c1);
+			newtable.appendChild(newtd_c1);
 			newtable.appendChild(newtd_c6);
 			newtable.appendChild(newtd_c7);
 
-			newdiv.appendChild(newtable); */
-
-			if($prevtimestamp != 0 && $prevtimestamp!= timestamp) {
-				newtable.appendChild(newtd_c1);
-				newtable.appendChild(newtd_c6);
-				newtable.appendChild(newtd_c7);
-
-				newdiv.appendChild(newtable);			
-
-				if(nextrow != null){	
-					var doc = document.getElementById(nextrow);
-					$(doc).after(newdiv);
-				}else{
-					targetView.appendChild(newdiv);
-					//$(targetView).after(newtr<?php echo $cnt; ?>);
-				}
+			newdiv.appendChild(newtable);
+
+			if(nextrow != null){	
+				var doc = document.getElementById(nextrow);
+				$(doc).after(newdiv);
+			} else {
+				targetView.appendChild(newdiv);
+				//$(targetView).after(newtr<?php echo $cnt; ?>);
 			}
 	<?php
