From 39d6708e733eb38d3da144b2ec59655da036c7fe Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 19 May 2009 22:12:37 +0000 Subject: [PATCH] Fix code placement in upgrade script. --- docs/upgrades/upgrade_7.7.5-7.7.6.pl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/upgrades/upgrade_7.7.5-7.7.6.pl b/docs/upgrades/upgrade_7.7.5-7.7.6.pl index 4018f4e6e..a2ff7a13d 100644 --- a/docs/upgrades/upgrade_7.7.5-7.7.6.pl +++ b/docs/upgrades/upgrade_7.7.5-7.7.6.pl @@ -107,6 +107,15 @@ sub addMobileStyleTemplate { 'Profile/MIDP', 'Smartphone', 'Symbian ?OS', + 'J2ME/MIDP', + 'PalmSource', + 'PalmOS', + 'Windows CE', + 'Opera Mini', + ]); + print "Done.\n" unless $quiet; +} + #---------------------------------------------------------------------------- sub addSurveyTestResultsTemplateColumn { @@ -117,15 +126,6 @@ sub addSurveyTestResultsTemplateColumn { print "Done\n" unless $quiet; } - 'J2ME/MIDP', - 'PalmSource', - 'PalmOS', - 'Windows CE', - 'Opera Mini', - ]); - print "Done.\n" unless $quiet; -} - #---------------------------------------------------------------------------- sub addListingsCacheTimeoutToMatrix{ my $session = shift;