Changeset 7638 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 04/13/06 14:50:35 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/datacheck.php
r7556 r7638 261 261 262 262 if (empty($_GET["fDataCheckDoneStatus"])) 263 $_GET["fDataCheckDoneStatus"]= "1";263 $_GET["fDataCheckDoneStatus"]=$first?"1":""; 264 264 265 265 if (empty($_GET["fRawFileAvail"])) … … 267 267 268 268 if (empty($_GET["fRawFileAvailStatus"])) 269 $_GET["fRawFileAvailStatus"]= "1";269 $_GET["fRawFileAvailStatus"]=$first?"1":""; 270 270 271 271 if (empty($_GET["fStartTime"])) -
trunk/MagicSoft/Mars/datacenter/db/runinfo.php
r7547 r7638 317 317 $_GET["fTimingCorrectionStatus"]="0"; 318 318 319 if (empty($_GET["fStartTime"])) 320 $_GET["fStartTime"]="Off"; 321 322 if (empty($_GET["fFailedTime"])) 323 $_GET["fFailedTime"]="Off"; 324 325 if (empty($_GET["fReturnCode"])) 326 $_GET["fReturnCode"]="Off"; 327 328 if (empty($_GET["fFailedCode"])) 329 $_GET["fFailedCode"]="Off"; 330 331 if (empty($_GET["fFailedCodeAdd"])) 332 $_GET["fFailedCodeAdd"]="Off"; 319 333 } 320 334 … … 366 380 367 381 printf(" </td></tr></table>\n"); 382 printf(" <p>\n"); 383 384 printf(" <table>\n"); 385 printf(" <tr>\n"); 386 387 CheckBox("fStartTime", "StartTime"); 388 CheckBox("fFailedTime", "FailedTime"); 389 CheckBox("fReturnCode", "ErrCode"); 390 CheckBox("fFailedCode", "RetCode"); 391 CheckBox("fFailedCodeAdd", "CodeAdd"); 392 393 printf(" </tr>\n"); 394 printf(" </table>\n"); 368 395 printf(" <p>\n"); 369 396
Note:
See TracChangeset
for help on using the changeset viewer.