Changeset 23 for trunk/cleanup.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.php

    r18 r23  
    494494      }
    495495
    496       else                                           // It's a model file
     496      else if ( preg_match( "/\.model/", $fn ) > 0 ) // It's a model file
    497497      {
    498498         $xml         = file_get_contents( $fn );
Note: See TracChangeset for help on using the changeset viewer.