From ba4d6145e96ad27085935cbe95eab9b10d2a6446 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 5 Jun 2012 16:01:17 +0200 Subject: [PATCH] welcome message not implemented yet --- plugin/bbb/lib/bbb_plugin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/bbb/lib/bbb_plugin.class.php b/plugin/bbb/lib/bbb_plugin.class.php index 19ada360f8..29616a1165 100644 --- a/plugin/bbb/lib/bbb_plugin.class.php +++ b/plugin/bbb/lib/bbb_plugin.class.php @@ -11,7 +11,7 @@ class BBBPlugin extends Plugin //When creating a new course this settings are added to the course public $course_settings = array( - array('name' => 'big_blue_button_welcome_message', 'type' => 'text'), +// array('name' => 'big_blue_button_welcome_message', 'type' => 'text'), array('name' => 'big_blue_button_record_and_store', 'type' => 'checkbox') );