Changeset 24


Ignore:
Timestamp:
Aug 30, 2016, 3:16:08 PM (8 years ago)
Author:
gegorbet
Message:

further cleanup fixes to store proper AnalysisResultData records

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cleanup.php

    r23 r24  
    413413         file_put_contents( "$output_dir/$fn", $xml );    // Copy to submit dir
    414414
    415          $file_type = "jobstats";
     415         $file_type = "job_stats";
     416         $id        = 1;
    416417      }
    417418
     
    536537         $result = mysql_query( $query, $us3_link );
    537538      }
     539
     540      else      // Undetermined type:  skip result data update
     541         continue;
    538542
    539543      $query = "INSERT INTO HPCAnalysisResultData SET "       .
Note: See TracChangeset for help on using the changeset viewer.