From 793cc2b0b51a71b27f66e067cb8a1d904c00ceb9 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 1 Nov 2007 18:45:48 +0000 Subject: [PATCH] add missing module use line to upgrade script --- docs/upgrades/upgrade_7.4.12-7.5.0.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/upgrades/upgrade_7.4.12-7.5.0.pl b/docs/upgrades/upgrade_7.4.12-7.5.0.pl index 97966797a..7c722c4eb 100644 --- a/docs/upgrades/upgrade_7.4.12-7.5.0.pl +++ b/docs/upgrades/upgrade_7.4.12-7.5.0.pl @@ -12,6 +12,7 @@ use lib "../../lib"; use strict; use Getopt::Long; use WebGUI::Session; +use WebGUI::ProfileField; my $toVersion = "7.5.0"; # make this match what version you're going to