From bde609f5cb43b8d38e7a1eed765c1d1b8cee5862 Mon Sep 17 00:00:00 2001 From: Yung Han Khoe Date: Tue, 2 Dec 2008 11:03:04 +0000 Subject: [PATCH] fixing matrix upgrade bugfix --- docs/upgrades/upgrade_7.6.4-7.6.5.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/upgrades/upgrade_7.6.4-7.6.5.pl b/docs/upgrades/upgrade_7.6.4-7.6.5.pl index 5cf614ece..bd3e9bf93 100644 --- a/docs/upgrades/upgrade_7.6.4-7.6.5.pl +++ b/docs/upgrades/upgrade_7.6.4-7.6.5.pl @@ -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