Changeset 8403 for trunk/MagicSoft/Mars
- Timestamp:
- 04/12/07 19:03:48 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8400 r8403 24 24 - added if-clause to avoid removing of non existing files 25 25 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 26 38 27 39 -
trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php
r8333 r8403 100 100 $query0 .= StatusQuery("fTimingCorrection", $needs); 101 101 102 if ( !empty($_GET["fRunMin"]) && !empty($_GET["fRunMax"]))102 if ((!empty($_GET["fRunMin"]) || $_GET["fRunMin"]=="0") && !empty($_GET["fRunMax"])) 103 103 $query0 .= "RunData.fRunNumber BETWEEN " . $_GET["fRunMin"] . " AND " . $_GET["fRunMax"] . " "; 104 104
Note:
See TracChangeset
for help on using the changeset viewer.