From 80b3f14b14914ca280443d4283cc4b977482c546 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 21 Sep 2005 23:04:30 +0000 Subject: [PATCH] just a little tweak to keep things humming --- docs/upgrades/upgrade_6.7.4-6.7.5.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/upgrades/upgrade_6.7.4-6.7.5.pl b/docs/upgrades/upgrade_6.7.4-6.7.5.pl index 973a14bc0..110316591 100644 --- a/docs/upgrades/upgrade_6.7.4-6.7.5.pl +++ b/docs/upgrades/upgrade_6.7.4-6.7.5.pl @@ -13,8 +13,9 @@ my $quiet; start(); fixSurveyAnswerDefinition(); -#fixTemplates(); -#fixArticles(); +fixTemplates(); +fixArticles(); +sleep(1); # have to wait a second to add these revisions because you can't have two revisions of the same thing in the same second fixTemplatesExtras(); finish();