Add missing check function lookup.

This commit is contained in:
Andrew Dunstan 2011-05-15 18:03:19 -04:00
parent 840826e36c
commit 20bacc9560

View File

@ -71,7 +71,8 @@ my %command = (
PLCHECK => \&plcheck,
INSTALLCHECK => \&installcheck,
ECPGCHECK => \&ecpgcheck,
CONTRIBCHECK => \&contribcheck
CONTRIBCHECK => \&contribcheck,
ISOLATIONCHECK => \&isolationcheck,
);
my $proc = $command{$what};