From 8806883cd2633a162f4762ab284ff7744e879f85 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 9 Mar 2010 16:47:15 -0800 Subject: [PATCH] Fix a synax error in the upgrade file. --- docs/upgrades/upgrade_7.8.13-7.9.0.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/upgrades/upgrade_7.8.13-7.9.0.pl b/docs/upgrades/upgrade_7.8.13-7.9.0.pl index 84d14f51e..6ab7bc593 100644 --- a/docs/upgrades/upgrade_7.8.13-7.9.0.pl +++ b/docs/upgrades/upgrade_7.8.13-7.9.0.pl @@ -68,7 +68,9 @@ sub addFilePumpMacro { print "\tAdd the FilePump macro... " unless $quiet; # and here's our code $session->config->addToHash('macros', 'FilePump' => 'FilePump'); +} +#---------------------------------------------------------------------------- # Describe what our function does sub fixImportNodeSettings { my $session = shift;