Changeset 7556 for trunk/MagicSoft/Mars/datacenter/db/datacheck.php
- Timestamp:
- 03/01/06 17:29:57 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/datacheck.php
r7546 r7556 269 269 $_GET["fRawFileAvailStatus"]="1"; 270 270 271 if (empty($_GET["fStartTime"])) 272 $_GET["fStartTime"]="Off"; 273 274 if (empty($_GET["fFailedTime"])) 275 $_GET["fFailedTime"]="Off"; 276 277 if (empty($_GET["fReturnCode"])) 278 $_GET["fReturnCode"]="Off"; 279 280 if (empty($_GET["fFailedCode"])) 281 $_GET["fFailedCode"]="Off"; 282 283 if (empty($_GET["fFailedCodeAdd"])) 284 $_GET["fFailedCodeAdd"]="Off"; 285 271 286 } 272 287 … … 324 339 325 340 printf(" </td></tr>\n"); 341 printf(" </table>\n"); 342 343 printf(" <table>\n"); 344 printf(" <tr>\n"); 345 346 CheckBox("fStartTime", "StartTime"); 347 CheckBox("fFailedTime", "FailedTime"); 348 CheckBox("fReturnCode", "ErrCode"); 349 CheckBox("fFailedCode", "RetCode"); 350 CheckBox("fFailedCodeAdd", "CodeAdd"); 351 352 printf(" </tr>\n"); 326 353 printf(" </table>\n"); 327 354 printf(" <p>\n");
Note:
See TracChangeset
for help on using the changeset viewer.