Changeset 17 for trunk/cleanup.php


Ignore:
Timestamp:
Feb 17, 2016, 2:53:58 PM (8 years ago)
Author:
gegorbet
Message:

misc. fixes plus mods for new lonestar5 cluster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cleanup.php

    r16 r17  
    344344   $noiseIDs   = array();
    345345   $modelGUIDs = array();
     346   $mrecsIDs   = array();
     347   $fns_used   = array();
    346348
    347349   foreach ( $files as $file )
     
    362364      if ( preg_match( "/mdl.tmp$/", $fn ) )
    363365         continue;
     366
     367      if ( in_array( $fn, $fns_used ) )
     368         continue;
     369
     370      $fns_used[] = $fn;
    364371
    365372      if ( filesize( $fn ) < 100 )
Note: See TracChangeset for help on using the changeset viewer.