diff --git a/main/inc/lib/add_course.lib.inc.php b/main/inc/lib/add_course.lib.inc.php index b110c28492..b036f9adad 100644 --- a/main/inc/lib/add_course.lib.inc.php +++ b/main/inc/lib/add_course.lib.inc.php @@ -1474,9 +1474,9 @@ function fill_Db_course($courseDbName, $courseRepository, $language) if(api_get_setting('service_visio','active')=='true'){ if(api_get_setting('service_visio','visioconference_url')) - api_sql_query("INSERT INTO `" . $tbl_course_homepage . "` VALUES ('', '" . TOOL_VISIO_CONFERENCE . "','conference/index.php?type=conference','visio.gif','1','1','squaregrey.gif','NO','_self','interaction')"); + api_sql_query("INSERT INTO `" . $tbl_course_homepage . "` VALUES ('', '" . TOOL_VISIO_CONFERENCE . "','conference/index.php?type=conference','visio.gif','1','0','squaregrey.gif','NO','_self','interaction')"); if(api_get_setting('service_visio','visioclassroom_url')) - api_sql_query("INSERT INTO `" . $tbl_course_homepage . "` VALUES ('', '" . TOOL_VISIO_CLASSROOM . "','conference/index.php?type=classroom','visio.gif','1','1','squaregrey.gif','NO','_self','authoring')"); + api_sql_query("INSERT INTO `" . $tbl_course_homepage . "` VALUES ('', '" . TOOL_VISIO_CLASSROOM . "','conference/index.php?type=classroom','visio.gif','1','0','squaregrey.gif','NO','_self','authoring')"); } // Smartblogs (Kevin Van Den Haute :: kevin@develop-it.be)