Changeset 26 for trunk/gridctl.php
- Timestamp:
- Jan 19, 2017, 12:01:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gridctl.php
r25 r26 181 181 case "FINISHED": 182 182 case "DONE": 183 if ( is_aira_job( $gfacID ) )183 if ( ! is_aira_job( $gfacID ) ) 184 184 { 185 185 complete(); … … 464 464 global $us3_db; 465 465 global $loghdr; 466 global $class_dir; 466 467 467 468 // Double check that the gfacID exists … … 1049 1050 global $self; 1050 1051 global $loghdr; 1052 global $class_dir; 1051 1053 //echo "a_st: st_in$status_in : $gfacID\n"; 1052 1054 //$status_gw = standard_status( $status_in );
Note:
See TracChangeset
for help on using the changeset viewer.