Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9186)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9187)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2008/12/02 Daniela Dorner
+
+   * datacenter/db/showplots.php:
+     - bugfix: added removing of spaces in seq-string
+     - changed number of star-tabs from 19 to 20 (temporary)
+
+
 
  2008/12/02 Thomas Bretz
Index: trunk/MagicSoft/Mars/datacenter/db/showplots.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/showplots.php	(revision 9186)
+++ trunk/MagicSoft/Mars/datacenter/db/showplots.php	(revision 9187)
@@ -14,5 +14,5 @@
 $seq=0;
 if (!empty($_GET["seq"]))
-    $seq=$_GET["seq"];
+    $seq=str_replace(" ", "", $_GET["seq"]);
 $tabnum=1;
 if (!empty($_GET["tabnum"]))
@@ -39,5 +39,5 @@
         $signaltabs=14;
     $calibtabs=11;
-    $startabs=19;
+    $startabs=20;
 
     //in case the tab does not exist, because it's one the far
