diff --git a/docs/upgrades/upgrade_7.2.0-7.2.1.pl b/docs/upgrades/upgrade_7.2.0-7.2.1.pl index 674aee8cc..9b655b22e 100644 --- a/docs/upgrades/upgrade_7.2.0-7.2.1.pl +++ b/docs/upgrades/upgrade_7.2.0-7.2.1.pl @@ -21,7 +21,7 @@ my $quiet; # this line required my $session = start(); # this line required # upgrade functions go here -fixInOutBoardTable(); +fixInOutBoardTable($session); finish($session); # this line required