diff --git a/docs/upgrades/upgrade_7.10.11-7.10.12.pl b/docs/upgrades/upgrade_7.10.11-7.10.12.pl index 8e272d5ac..41e383391 100644 --- a/docs/upgrades/upgrade_7.10.11-7.10.12.pl +++ b/docs/upgrades/upgrade_7.10.11-7.10.12.pl @@ -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