From 56f7ff7446fe7bda0771b97c3ecd6d21802d49d2 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 11 Nov 2009 10:38:29 +0000 Subject: [PATCH] MDL-20191 new db/uninstall.php info --- mod/upgrade.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/upgrade.txt b/mod/upgrade.txt index f7e854f3d25..79ada5a8bc5 100644 --- a/mod/upgrade.txt +++ b/mod/upgrade.txt @@ -9,6 +9,7 @@ required changes in code: * replace defaults.php by settings.php and db/install.php * replace STATEMENTS section in db/install.xml by db/install.php * move post installation code from lib.php into db/install.php +* move uninstallation code from lib.php to db/uninstall.php * completely rewrite file handling * rewrite backup/restore * rewrite trusttext support - new db table columns needed