Index: trunk/MagicSoft/Mars/datacenter/db/plotinclude.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/plotinclude.php	(revision 9106)
+++ trunk/MagicSoft/Mars/datacenter/db/plotinclude.php	(revision 9150)
@@ -182,5 +182,6 @@
     $plot  = "http://datacenter.astro.uni-wuerzburg.de/";
     $plot .= $type . "/" . str_pad( $seqshort, 4, "0", STR_PAD_LEFT);
-    $plot .= "/" . $seqlong . "/" . $type2 . $seqlong . "-tab" . $tabnum . ".png";
+//    $plot .= "/" . $seqlong . "/" . $type2 . $seqlong . "-tab" . $tabnum . ".png";
+    $plot .= "/" . $seqlong . "/" . $type2 . $tabnum . ".png";
     return $plot;
 }
