Changeset 9052 for trunk/MagicSoft
- Timestamp:
- 07/30/08 16:14:51 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/datacheck.php
r8180 r9052 278 278 $_GET["fReturnCode"]="Off"; 279 279 280 if (empty($_GET["fFailedCode"])) 281 $_GET["fFailedCode"]="Off"; 282 283 if (empty($_GET["fFailedCodeAdd"])) 284 $_GET["fFailedCodeAdd"]="Off"; 280 if (empty($_GET["fProgramId"])) 281 $_GET["fProgramId"]="Off"; 285 282 286 283 } … … 346 343 CheckBox("fStartTime", "StartTime"); 347 344 CheckBox("fFailedTime", "FailedTime"); 348 CheckBox("fReturnCode", "ErrCode"); 349 CheckBox("fFailedCode", "RetCode"); 350 CheckBox("fFailedCodeAdd", "CodeAdd"); 345 CheckBox("fReturnCode", "RetCode"); 346 CheckBox("fProgramId", "ProgramId"); 351 347 352 348 printf(" </tr>\n"); -
trunk/MagicSoft/Mars/datacenter/db/datasetinfo.php
r8180 r9052 236 236 $_GET["fReturnCode"]="Off"; 237 237 238 if (empty($_GET["fFailedCode"])) 239 $_GET["fFailedCode"]="Off"; 240 241 if (empty($_GET["fFailedCodeAdd"])) 242 $_GET["fFailedCodeAdd"]="Off"; 238 if (empty($_GET["fProgramId"])) 239 $_GET["fProgramId"]="Off"; 243 240 244 241 } … … 279 276 CheckBox("fStartTime", "StartTime"); 280 277 CheckBox("fFailedTime", "FailedTime"); 281 CheckBox("fReturnCode", "ErrCode"); 282 CheckBox("fFailedCode", "RetCode"); 283 CheckBox("fFailedCodeAdd", "CodeAdd"); 278 CheckBox("fReturnCode", "RetCode"); 279 CheckBox("fProgramId", "ProgramId"); 284 280 285 281 printf(" </tr>\n"); -
trunk/MagicSoft/Mars/datacenter/db/magicdefs.php
r8997 r9052 339 339 "fFailedTime" => "Failed", 340 340 "fReturnCode" => "Ret<br>Code", 341 "fFailedCode" => "Err<br>Code", 342 "fFailedCodeAdd" => "Code<br>Add", 341 "fProgramId" => "Prgr<br>Id", 343 342 "fTimestamp" => "Time", 344 343 "fExposure" => "Exposure", … … 456 455 $alias["fHeightAsymInterlaced"] => "1", 457 456 $alias["fReturnCode"] => "1", 458 $alias["fFailedCode"] => "1", 459 $alias["fFailedCodeAdd"] => "1", 457 $alias["fProgramId"] => "1", 460 458 "Time" => "1", 461 459 // "Time [h]" => "1", … … 657 655 "fFailedTime" => "fFailedTime", 658 656 "fReturnCode" => "fReturnCode", 659 "fFailedCode" => "fFailedCode", 660 "fFailedCodeAdd" => "fFailedCodeAdd", 657 "fProgramId" => "fProgramId", 661 658 "fParticleTypeName" => "ParticleType.fParticleTypeName", 662 659 "fFitsFileName" => "FitsFile.fFitsFileName", -
trunk/MagicSoft/Mars/datacenter/db/menu.php
r8997 r9052 263 263 CheckBox("fFailedTime", "FailTime"); 264 264 CheckBox("fReturnCode", "RetCode"); 265 CheckBox("fFailedCode", "FailCode"); 266 CheckBox("fFailedCodeAdd", "FailCodeAdd"); 265 CheckBox("fProgramId", "ProgramId"); 267 266 268 267 printf(" </tr>\n"); … … 614 613 $_GET["fReturnCode"]="Off"; 615 614 616 if (empty($_GET["fFailedCode"])) 617 $_GET["fFailedCode"]="Off"; 618 619 if (empty($_GET["fFailedCodeAdd"])) 620 $_GET["fFailedCodeAdd"]="Off"; 615 if (empty($_GET["fProgramId"])) 616 $_GET["fProgramId"]="Off"; 621 617 } 622 618 -
trunk/MagicSoft/Mars/datacenter/db/resetseq.php
r8743 r9052 56 56 if ($_GET["step"]=="star") 57 57 $query0 .="fStar=NULL, fFillStar=NULL, "; 58 $query0 .="fStartTime=NULL, fFailedTime=NULL, f FailedCode=NULL, fFailedCodeAdd=NULL, fReturnCode=NULL ";58 $query0 .="fStartTime=NULL, fFailedTime=NULL, fProgramId=NULL, fReturnCode=NULL "; 59 59 60 60 if ($_GET["step"]=="callisto") -
trunk/MagicSoft/Mars/datacenter/db/runinfo.php
r8180 r9052 326 326 $_GET["fReturnCode"]="Off"; 327 327 328 if (empty($_GET["fFailedCode"])) 329 $_GET["fFailedCode"]="Off"; 330 331 if (empty($_GET["fFailedCodeAdd"])) 332 $_GET["fFailedCodeAdd"]="Off"; 328 if (empty($_GET["fProgramId"])) 329 $_GET["fProgramId"]="Off"; 330 333 331 } 334 332 … … 387 385 CheckBox("fStartTime", "StartTime"); 388 386 CheckBox("fFailedTime", "FailedTime"); 389 CheckBox("fReturnCode", "ErrCode"); 390 CheckBox("fFailedCode", "RetCode"); 391 CheckBox("fFailedCodeAdd", "CodeAdd"); 387 CheckBox("fReturnCode", "RetCode"); 388 CheckBox("fProgramId", "ProgramId"); 392 389 393 390 printf(" </tr>\n"); -
trunk/MagicSoft/Mars/datacenter/db/sequinfo.php
r8180 r9052 399 399 $_GET["fReturnCode"]="Off"; 400 400 401 if (empty($_GET["fFailedCode"])) 402 $_GET["fFailedCode"]="Off"; 403 404 if (empty($_GET["fFailedCodeAdd"])) 405 $_GET["fFailedCodeAdd"]="Off"; 401 if (empty($_GET["fProgramId"])) 402 $_GET["fProgramId"]="Off"; 406 403 407 404 } … … 452 449 CheckBox("fStartTime", "StartTime"); 453 450 CheckBox("fFailedTime", "FailedTime"); 454 CheckBox("fReturnCode", "ErrCode"); 455 CheckBox("fFailedCode", "RetCode"); 456 CheckBox("fFailedCodeAdd", "CodeAdd"); 451 CheckBox("fReturnCode", "RedCode"); 452 CheckBox("fProgramId", "ProgramId"); 457 453 458 454 printf(" </tr>\n"); -
trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C
r7572 r9052 106 106 //build query and reset columns 107 107 TString query(Form("Update %s SET %s=NULL ", table.Data(), column.Data())); 108 query+=", fStartTime=NULL, fFailedTime=NULL, fReturnCode=NULL, f FailedCode=NULL, fFailedCodeAdd=NULL ";108 query+=", fStartTime=NULL, fFailedTime=NULL, fReturnCode=NULL, fProgramId=NULL "; 109 109 110 110 TIter Next(&l);
Note:
See TracChangeset
for help on using the changeset viewer.