Changeset 26 for trunk/gridctl.php


Ignore:
Timestamp:
Jan 19, 2017, 12:01:07 PM (7 years ago)
Author:
gegorbet
Message:

various minor fixes/mods to gridctl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gridctl.php

    r25 r26  
    181181      case "FINISHED":
    182182      case "DONE":
    183          if ( is_aira_job( $gfacID ) )
     183         if ( ! is_aira_job( $gfacID ) )
    184184         {
    185185            complete();
     
    464464   global $us3_db;
    465465   global $loghdr;
     466   global $class_dir;
    466467
    467468   // Double check that the gfacID exists
     
    10491050   global $self;
    10501051   global $loghdr;
     1052   global $class_dir;
    10511053//echo "a_st: st_in$status_in : $gfacID\n";
    10521054   //$status_gw = standard_status( $status_in );
Note: See TracChangeset for help on using the changeset viewer.