From 03ce157c5841219e8d6813aacd86e145e6857338 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 9 Jan 2007 19:10:13 +0100 Subject: [PATCH] [svn r10628] Removed forum_state again (adding back was wrong, the forum has a group management of his own)(although it doesn't solve backwards compatibility) --- main/inc/lib/add_course.lib.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/inc/lib/add_course.lib.inc.php b/main/inc/lib/add_course.lib.inc.php index 3bb925f19a..7ffbc8bc66 100644 --- a/main/inc/lib/add_course.lib.inc.php +++ b/main/inc/lib/add_course.lib.inc.php @@ -843,7 +843,6 @@ api_sql_query($sql, __FILE__, __LINE__); category_id int unsigned NOT NULL default 0, description text, max_student smallint unsigned NOT NULL default 8, - forum_state tinyint unsigned NOT NULL default 1, doc_state tinyint unsigned NOT NULL default 1, calendar_state tinyint unsigned NOT NULL default 0, work_state tinyint unsigned NOT NULL default 0, @@ -858,7 +857,6 @@ api_sql_query($sql, __FILE__, __LINE__); id int unsigned NOT NULL auto_increment, title varchar(255) NOT NULL default '', description text NOT NULL, - forum_state tinyint unsigned NOT NULL default 1, doc_state tinyint unsigned NOT NULL default 1, calendar_state tinyint unsigned NOT NULL default 1, work_state tinyint unsigned NOT NULL default 1,