From b04aa92544f3283a72d49e435ed29826922f5915 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 5 Jun 2011 19:46:46 +0200 Subject: [PATCH] MDL-27724 wiki - update commented upgrade step to avoid future problems --- mod/wiki/db/upgrade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/wiki/db/upgrade.php b/mod/wiki/db/upgrade.php index 9273189f2a5..f56865cebdf 100644 --- a/mod/wiki/db/upgrade.php +++ b/mod/wiki/db/upgrade.php @@ -357,7 +357,7 @@ function xmldb_wiki_upgrade($oldversion) { // TODO: Will hold the old tables so we will have chance to fix problems // Will remove old tables once migrating 100% stable // Step 10: delete old tables - //if ($oldversion < 2011000000) { + //if ($oldversion < 2011060300) { //$tables = array('wiki_pages', 'wiki_locks', 'wiki_entries'); //foreach ($tables as $tablename) { @@ -367,7 +367,7 @@ function xmldb_wiki_upgrade($oldversion) { //} //} //echo $OUTPUT->notification('Droping old tables', 'notifysuccess'); - //upgrade_mod_savepoint(true, 2011000000, 'wiki'); + //upgrade_mod_savepoint(true, 2011060300, 'wiki'); //} return true;