From e6b7c490179c227c26dc365d5f5ad8d3b413d122 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 13 Apr 2006 22:35:43 +0000 Subject: [PATCH] change sub order --- docs/upgrades/upgrade_6.8.8-6.99.0.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upgrades/upgrade_6.8.8-6.99.0.pl b/docs/upgrades/upgrade_6.8.8-6.99.0.pl index 0d4cf23ff..415280b41 100644 --- a/docs/upgrades/upgrade_6.8.8-6.99.0.pl +++ b/docs/upgrades/upgrade_6.8.8-6.99.0.pl @@ -24,6 +24,7 @@ my $quiet; # this line required my $session = start(); # this line required +changeDbCacheTimeoutName(); addWorkflow(); convertMessageLogToInbox(); updateCs(); @@ -37,7 +38,6 @@ updateTemplates(); updateDatabaseLinksAndSQLReport(); ipsToCIDR(); addDisabletoRichEditor(); -changeDbCacheTimeoutName(); addNavigationMimeType(); addIndexes(); addDatabaseCache(); @@ -1105,7 +1105,7 @@ sub addDisabletoRichEditor { } #------------------------------------------------- -sub addDisabletoRichEditor { +sub changeDbCacheTimeoutName { print "\tChanging dbCacheTimeout to groupCacheTimeout.\n" unless ($quiet); $session->db->write("alter table groups change dbCacheTimeout groupCacheTimeout int not null default 3600"); }