Index: /trunk/www/dch/obs_summary.php
===================================================================
--- /trunk/www/dch/obs_summary.php	(revision 19450)
+++ /trunk/www/dch/obs_summary.php	(revision 19451)
@@ -80,5 +80,4 @@
 
 $suspend = false;
-$doubleresume=false;
 $prev_data = array();
 
@@ -95,8 +94,5 @@
         // Sanity check: There is not much we can do
         if (empty($prev_data) || !$suspend)
-        {
-           $doubleresume=true;
            continue;
-        }
 
         $prev_data['fStart'] = $array[$i]['fStart'];
@@ -136,5 +132,4 @@
         $html2 .= "  <td>|".$array[$i+1]["fStart"]."|</td>\n";
     $html2 .= " </tr>\n";
-    $doubleresume=false;
 }
 
