Changeset 23 for trunk/cleanup_gfac.php


Ignore:
Timestamp:
Aug 30, 2016, 1:43:46 PM (8 years ago)
Author:
gegorbet
Message:

fix to avoid extra AnalysisResultData in cleanup, lonestar mods to cluster_status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cleanup_gfac.php

    r18 r23  
    528528      }
    529529
    530       else                                           // It's a model file
     530      else if ( preg_match( "/\.model/", $fn ) > 0 ) // It's a model file
    531531      {
    532532         $xml         = file_get_contents( $fn );
Note: See TracChangeset for help on using the changeset viewer.