Changeset 8403 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/12/07 19:03:48 (17 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8400 r8403  
    2424     - added if-clause to avoid removing of non existing files
    2525
     26   * datacenter/db/db.php:
     27     - adapted host
     28
     29   * datacenter/db/plotdb.php:
     30     - adapted usage of function GetQuery
     31
     32   * datacenter/db/plotinclude.php:
     33     - added init of variables
     34
     35   * datacenter/db/runinfo-aio.php:
     36     - adapted building of query for the case, that fRunMin=0
     37
    2638
    2739
  • trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php

    r8333 r8403  
    100100        $query0 .= StatusQuery("fTimingCorrection", $needs);
    101101
    102         if (!empty($_GET["fRunMin"]) && !empty($_GET["fRunMax"]))
     102        if ((!empty($_GET["fRunMin"]) || $_GET["fRunMin"]=="0") && !empty($_GET["fRunMax"]))
    103103            $query0 .= "RunData.fRunNumber BETWEEN " . $_GET["fRunMin"] . " AND " . $_GET["fRunMax"] . " ";
    104104
Note: See TracChangeset for help on using the changeset viewer.