diff options
author | rub <rub@piwigo.org> | 2009-01-14 07:10:09 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2009-01-14 07:10:09 +0000 |
commit | 2b0f5ecaf3999209d885f8893c21794c21846a43 (patch) | |
tree | c4d3102f4e645f10b7077212c5fbfe44ac050648 /upgrade.php | |
parent | c3ca73c3b78f51baf29ddc3855b8b7fade089824 (diff) |
Disabled optimization table for branch 2.0 only
git-svn-id: http://piwigo.org/svn/branches/2.0@3076 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'upgrade.php')
-rw-r--r-- | upgrade.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 |