fixed the name of an upgrade function, now the upgrade works

This commit is contained in:
daviddelikat 2009-09-12 01:09:59 -05:00
parent 229aaaa270
commit 7fff83f8ad

View file

@ -51,7 +51,7 @@ finish($session); # this line required
#----------------------------------------------------------------------------
# Add the column for featured wiki pages
sub exampleFunction {
sub addFeaturedPageWiki {
my $session = shift;
print "\tAdding featured pages to the Wiki " unless $quiet;