From 73194c360883c39f45a4b712cd23b2e1a887a327 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 21 Nov 2005 02:47:49 +0000 Subject: [PATCH] Fix syntax error made by indented HERE doc flag (STOP). Also removed duplicate my's. --- docs/upgrades/upgrade_6.7.8-6.8.0.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/upgrades/upgrade_6.7.8-6.8.0.pl b/docs/upgrades/upgrade_6.7.8-6.8.0.pl index fb4e5433d..de850c176 100644 --- a/docs/upgrades/upgrade_6.7.8-6.8.0.pl +++ b/docs/upgrades/upgrade_6.7.8-6.8.0.pl @@ -86,7 +86,7 @@ sub addZipArchive { Error: No file specified - STOP +STOP my $newAsset = $folder->addChild({ title=>"Default Zip Archive Template", menuTitle=>"Default Zip Archive Template", @@ -189,7 +189,7 @@ STOP template=>$template }, "IOB0000000000000000002"); $newAsset->commit; - my $template = <

@@ -229,7 +229,7 @@ STOP STOP - my $newAsset = $folder->addChild({ + $newAsset = $folder->addChild({ title=>"Default InOutBoard Template", menuTitle=>"Default InOutBoard Template", namespace=>"InOutBoard",