|
@@ -384,6 +384,9 @@ if ($form->validate()) {
|
|
|
$course_id = $courseInfo['real_id'];
|
|
|
/* $forum_config_table = Database::get_course_table(TOOL_FORUM_CONFIG_TABLE);
|
|
|
$sql = "UPDATE ".$forum_config_table." SET default_lang='".Database::escape_string($course_language)."' WHERE c_id = $course_id "; */
|
|
|
+
|
|
|
+ Display::addFlash(Display::return_message(get_lang('ItemUpdated')));
|
|
|
+
|
|
|
if ($visual_code_is_used) {
|
|
|
header('Location: course_list.php?action=show_msg&warn=' . urlencode($warn));
|
|
|
} else {
|