Changeset 17 for trunk/cleanup.php
- Timestamp:
- Feb 17, 2016, 2:53:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cleanup.php
r16 r17 344 344 $noiseIDs = array(); 345 345 $modelGUIDs = array(); 346 $mrecsIDs = array(); 347 $fns_used = array(); 346 348 347 349 foreach ( $files as $file ) … … 362 364 if ( preg_match( "/mdl.tmp$/", $fn ) ) 363 365 continue; 366 367 if ( in_array( $fn, $fns_used ) ) 368 continue; 369 370 $fns_used[] = $fn; 364 371 365 372 if ( filesize( $fn ) < 100 )
Note:
See TracChangeset
for help on using the changeset viewer.