From ae486fd86821aa7a052bbaafe4df05986b9c7cae Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 24 Feb 2010 16:21:05 -0800 Subject: [PATCH] Add a missing module use line. --- docs/upgrades/upgrade_7.7.33-7.8.13.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/upgrades/upgrade_7.7.33-7.8.13.pl b/docs/upgrades/upgrade_7.7.33-7.8.13.pl index d7cfb4518..4e5e4755e 100644 --- a/docs/upgrades/upgrade_7.7.33-7.8.13.pl +++ b/docs/upgrades/upgrade_7.7.33-7.8.13.pl @@ -22,6 +22,7 @@ use Getopt::Long; use WebGUI::Session; use WebGUI::Storage; use WebGUI::Asset; +use WebGUI::Utility; my $toVersion = "7.8.13"; # make this match what version you're going to