Changeset 24
- Timestamp:
- Aug 30, 2016, 3:16:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cleanup.php
r23 r24 413 413 file_put_contents( "$output_dir/$fn", $xml ); // Copy to submit dir 414 414 415 $file_type = "jobstats"; 415 $file_type = "job_stats"; 416 $id = 1; 416 417 } 417 418 … … 536 537 $result = mysql_query( $query, $us3_link ); 537 538 } 539 540 else // Undetermined type: skip result data update 541 continue; 538 542 539 543 $query = "INSERT INTO HPCAnalysisResultData SET " .
Note:
See TracChangeset
for help on using the changeset viewer.