Ignore:
Timestamp:
02/28/06 21:24:09 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/dbstatus.php

    r7546 r7548  
    136136            $query0 .= "Sequences.fSequenceFirst BETWEEN " . $_GET["fRunMin"] . " AND " . $_GET["fRunMax"] . " ";
    137137        else
    138             $query0 = substr($query0, 0, -4);
     138            $query0 = substr($query0, 0, -6);
    139139
    140140/*
     
    222222
    223223        if (empty($_GET["fAllFilesAvailStatus"]))
    224             $_GET["fAllFilesAvailStatus"]="7";
     224            $_GET["fAllFilesAvailStatus"]=$first?"7":"";
    225225
    226226        if (empty($_GET["fCallisto"]))
     
    228228
    229229        if (empty($_GET["fCallistoStatus"]))
    230             $_GET["fCallistoStatus"]="7";
     230            $_GET["fCallistoStatus"]=$first?"7":"";
    231231
    232232        if (empty($_GET["fFillCallisto"]))
     
    240240
    241241        if (empty($_GET["fStarStatus"]))
    242             $_GET["fStarStatus"]="7";
     242            $_GET["fStarStatus"]=$first?"7":"";
    243243
    244244        if (empty($_GET["fFillStar"]))
Note: See TracChangeset for help on using the changeset viewer.