Changeset 764 for trunk/SkillsPlugin/lib/TWiki/Plugins/SkillsPlugin/Func.pm
- Timestamp:
- 11/17/08 22:54:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SkillsPlugin/lib/TWiki/Plugins/SkillsPlugin/Func.pm
r303 r764 181 181 my $web = $1 || $mainWeb; 182 182 my $wikiName = $2; 183 if(TWiki::Func::topicExists($web, $wikiName) && $wikiName !~ m/TWiki.*|UnknownUser /){183 if(TWiki::Func::topicExists($web, $wikiName) && $wikiName !~ m/TWiki.*|UnknownUser|AdminUser|AdminGroup|RegistrationAgent|WikiGuest/){ 184 184 push(@users, $wikiName); 185 185 }
Note: See TracChangeset
for help on using the changeset viewer.
