Bug Tracker

Show
Ignore:
Timestamp:
03/10/08 16:19:51 (10 months ago)
Author:
paul.bakaus
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tools/juice/index.php

    r4886 r4887  
    6161        $test_array = array(); 
    6262        while($file = $tests->read()) { 
    63           if($file != ".." && $file != "." && $file != "index.inc.php") { 
     63          if($file != ".." && $file != "." && $file != "index.inc.php" && $file != ".svn") { 
    6464            $test_array[] = $file; 
    6565          }