From d29879a66e51dafb78bc5b2850dec09e7a6a4d46 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 23 Jan 2007 00:47:41 +0100 Subject: [PATCH] [svn r10832] Removed deprecated comments --- main/install/update_db.inc.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/main/install/update_db.inc.php b/main/install/update_db.inc.php index 8355760a5e..0a528e5af2 100644 --- a/main/install/update_db.inc.php +++ b/main/install/update_db.inc.php @@ -283,24 +283,14 @@ if (defined('DOKEOS_INSTALL') || defined('DOKEOS_COURSE_UPDATE')) } } //update course manually - //update group_category.self_reg_allowed - //update group_category.self_unreg_allowed //update group_category.forum_state //update group_info.tutor_id (put it in group_tutor table?) //update group_info.forum_state, forum_id - //update group_info.self_registration_allowed - //update group_info.self_unregistration_allowed - //update group_info.doc_state_temp - } } } - - - - $newPath = str_replace('\\', '/', realpath('../..')).'/'; $coursePath = array ();