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;