Changeset 2487
- Timestamp:
- 02/14/09 00:26:57 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Configure/Types/SELECTCLASS.pm
r1340 r2487 49 49 foreach my $place (@$places) { 50 50 if ( opendir( DIR, $place ) ) { 51 #next if ($place =~ /^\..*/); 51 52 foreach my $subplace ( readdir DIR ) { 52 53 next unless $subplace =~ $pathel; 54 #next if ($subplace =~ /^\..*/); 53 55 push( @newplaces, $place . '/' . $1 ); 54 56 } … … 66 68 foreach my $file ( readdir DIR ) { 67 69 next unless $file =~ $leaf; 70 next if ($file =~ /^\..*/); 68 71 $file =~ /^(.*)\.pm$/; 69 72 my $module = "$place/$1";
Note: See TracChangeset
for help on using the changeset viewer.
