Changeset 9187


Ignore:
Timestamp:
12/02/08 12:02:08 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9186 r9187  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2008/12/02 Daniela Dorner
     22
     23   * datacenter/db/showplots.php:
     24     - bugfix: added removing of spaces in seq-string
     25     - changed number of star-tabs from 19 to 20 (temporary)
     26
     27
    2028
    2129 2008/12/02 Thomas Bretz
  • trunk/MagicSoft/Mars/datacenter/db/showplots.php

    r9176 r9187  
    1414$seq=0;
    1515if (!empty($_GET["seq"]))
    16     $seq=$_GET["seq"];
     16    $seq=str_replace(" ", "", $_GET["seq"]);
    1717$tabnum=1;
    1818if (!empty($_GET["tabnum"]))
     
    3939        $signaltabs=14;
    4040    $calibtabs=11;
    41     $startabs=19;
     41    $startabs=20;
    4242
    4343    //in case the tab does not exist, because it's one the far
Note: See TracChangeset for help on using the changeset viewer.