Changeset 4887
- Timestamp:
- 03/10/08 16:19:51 (9 months ago)
- Files:
-
- 1 modified
-
trunk/tools/juice/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/juice/index.php
r4886 r4887 61 61 $test_array = array(); 62 62 while($file = $tests->read()) { 63 if($file != ".." && $file != "." && $file != "index.inc.php" ) {63 if($file != ".." && $file != "." && $file != "index.inc.php" && $file != ".svn") { 64 64 $test_array[] = $file; 65 65 }
