fix group editing adding numbers

This commit is contained in:
Graham Knop 2007-08-17 16:39:46 +00:00
parent 5167b279f5
commit bcaf1243b0
3 changed files with 23 additions and 16 deletions

View file

@ -70,6 +70,8 @@ foreach my $package (@modules) {
next if (WebGUI::Utility::isIn($package,@excludes));
my $use = "use ".$package." ()";
eval($use);
print $@
if $@;
}
use Apache2::ServerUtil ();