Fix typo in upgrade script sub name.

This commit is contained in:
Colin Kuskie 2011-03-14 09:19:43 -07:00
parent 1942ccc9b6
commit fe2d07850a

View file

@ -51,7 +51,7 @@ finish($session); # this line required
#----------------------------------------------------------------------------
# Describe what our function does
sub addLastModifiedMacro {
sub addLastModifiedByMacro {
my $session = shift;
print "\tAdd LastModifiedBy macro to the config file... " unless $quiet;
# and here's our code