fixing matrix upgrade bugfix

This commit is contained in:
Yung Han Khoe 2008-12-02 11:03:04 +00:00
parent c7c13f03bf
commit bde609f5cb

View file

@ -30,6 +30,7 @@ my $session = start(); # this line required
fixAccountMisspellings( $session );
removeTemplateHeadBlock( $session );
updateMatrixListingScores( $session );
# upgrade functions go here
finish($session); # this line required