Changeset 309

Show
Ignore:
Timestamp:
02/28/07 17:31:16 (2 years ago)
Author:
mikey
Message:

ignore svn directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docroot/xml.php

    r295 r309  
    2424        $directory = new DirectoryIterator(stubConfig::getCachePath() . '/xml'); 
    2525        foreach ($directory as $file) { 
    26             if ($file->isDot() == true) { 
     26            if ($file->isDot() == true || $file->getFilename() == '.svn') { 
    2727                continue; 
    2828            }