Fix breakage from not passing $session into an upgrade function in the

script for 7.2.1.
This commit is contained in:
Drake 2006-11-14 16:52:32 +00:00
parent e3350f05ef
commit 24b0e8c8bd

View file

@ -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