From 2b0f5ecaf3999209d885f8893c21794c21846a43 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 14 Jan 2009 07:10:09 +0000 Subject: [PATCH] Disabled optimization table for branch 2.0 only git-svn-id: http://piwigo.org/svn/branches/2.0@3076 68402e56-0260-453c-a942-63ccdbb3a9ee --- upgrade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/upgrade.php b/upgrade.php index daee09113..f2c2cb195 100644 --- a/upgrade.php +++ b/upgrade.php @@ -316,7 +316,8 @@ REPLACE INTO '.PLUGINS_TABLE.' $template->delete_compiled_templates(); // Tables Maintenance - do_maintenance_all_tables(); + // Disabled optimization table for branch 2.0 only + //do_maintenance_all_tables(); // Restore $page['infos'] in order to hide informations messages from functions calles // errors messages are not hide