From fe2d07850ab6c31effb5657d03d0345b50be68ab Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 14 Mar 2011 09:19:43 -0700 Subject: [PATCH] Fix typo in upgrade script sub name. --- docs/upgrades/upgrade_7.10.11-7.10.12.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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