From 46010be1d4b7dbc2de4067d0fabb791b56b1c459 Mon Sep 17 00:00:00 2001 From: Evie Embrechts Date: Tue, 10 Jul 2007 14:08:13 +0200 Subject: [PATCH] [svn r12723] code comment updates --- main/install/upgrade.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/main/install/upgrade.php b/main/install/upgrade.php index 03ad3a3777..6acf35abb6 100755 --- a/main/install/upgrade.php +++ b/main/install/upgrade.php @@ -29,6 +29,15 @@ * * This script uses PEAR QuickForm and QuickFormController classes. * +* First version +* - ask for old version path +* - check version (1.6.x or 1.8.x, no others supported at the moment) +* - get settings from old version +* - perform necessary upgrade functions based on version + +* Future improvements +* - ask user if she agrees to detected version (chance to cancel) +* * @package dokeos.install ============================================================================== */