Changeset 7548 for trunk/MagicSoft/Mars/datacenter/db/dbstatus.php
- Timestamp:
- 02/28/06 21:24:09 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/dbstatus.php
r7546 r7548 136 136 $query0 .= "Sequences.fSequenceFirst BETWEEN " . $_GET["fRunMin"] . " AND " . $_GET["fRunMax"] . " "; 137 137 else 138 $query0 = substr($query0, 0, - 4);138 $query0 = substr($query0, 0, -6); 139 139 140 140 /* … … 222 222 223 223 if (empty($_GET["fAllFilesAvailStatus"])) 224 $_GET["fAllFilesAvailStatus"]= "7";224 $_GET["fAllFilesAvailStatus"]=$first?"7":""; 225 225 226 226 if (empty($_GET["fCallisto"])) … … 228 228 229 229 if (empty($_GET["fCallistoStatus"])) 230 $_GET["fCallistoStatus"]= "7";230 $_GET["fCallistoStatus"]=$first?"7":""; 231 231 232 232 if (empty($_GET["fFillCallisto"])) … … 240 240 241 241 if (empty($_GET["fStarStatus"])) 242 $_GET["fStarStatus"]= "7";242 $_GET["fStarStatus"]=$first?"7":""; 243 243 244 244 if (empty($_GET["fFillStar"]))
Note:
See TracChangeset
for help on using the changeset viewer.