Fix typo in upgrade script sub name.
This commit is contained in:
parent
1942ccc9b6
commit
fe2d07850a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ finish($session); # this line required
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Describe what our function does
|
# Describe what our function does
|
||||||
sub addLastModifiedMacro {
|
sub addLastModifiedByMacro {
|
||||||
my $session = shift;
|
my $session = shift;
|
||||||
print "\tAdd LastModifiedBy macro to the config file... " unless $quiet;
|
print "\tAdd LastModifiedBy macro to the config file... " unless $quiet;
|
||||||
# and here's our code
|
# and here's our code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue