Index: trunk/MagicSoft/Mars/datacenter/db/showplots.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/showplots.php	(revision 8272)
+++ trunk/MagicSoft/Mars/datacenter/db/showplots.php	(revision 8273)
@@ -53,5 +53,4 @@
 printf("<body>\n");
 
-//$type2= array("calib", "signal", "star");
 $seq=0;
 if (!empty($_GET["seq"]))
@@ -69,4 +68,5 @@
     $plot=getplotname($seq, $tabnum, $type, $type2);
 
+    //be careful: this has to be adapted in case tabs are removed or new tabs are added
     if (($type2=="calib" && $tabnum==12) || ($type2=="signal" && $tabnum==11) || ($type2=="star" && $tabnum==15))
     {
@@ -91,6 +91,4 @@
 else
     printf("You have to select a sequence.");
-//printf("<img src='http://vela.astro.uni-wuerzburg.de/datacenter/%s/%04d/%08d/%s%08d-tab%d.png'>",
-//       $type, $seqshort, $seq, $type2, $seq, $tabnum);
 printf("</td>\n</tr>\n</table>\n");
 printf("</form>\n");
