diff --git a/main/course_description/index.php b/main/course_description/index.php index e304609ac6..f1f330beb3 100644 --- a/main/course_description/index.php +++ b/main/course_description/index.php @@ -1,4 +1,4 @@ -'; - Display::display_normal_message(get_lang('CourseDescriptionIntro')); + Display::display_normal_message(get_lang('CourseDescriptionIntro'),false); echo ""; $categories = array (); diff --git a/main/forum/forumfunction.inc.php b/main/forum/forumfunction.inc.php index 8ea74b9cec..32c19f35bf 100644 --- a/main/forum/forumfunction.inc.php +++ b/main/forum/forumfunction.inc.php @@ -1593,7 +1593,7 @@ function store_thread($values) session_unregister('addedresource'); session_unregister('addedresourceid'); - Display :: display_normal_message($message); + Display :: display_normal_message($message,false); } /** * This function displays the form that is used to add a post. This can be a new thread or a reply. @@ -1765,7 +1765,7 @@ function store_reply($values) session_unregister('addedresource'); session_unregister('addedresourceid'); - Display :: display_normal_message($message); + Display :: display_normal_message($message,false); } @@ -1897,7 +1897,7 @@ function store_edit_post($values) session_unregister('addedresource'); session_unregister('addedresourceid'); - Display :: display_normal_message($message); + Display :: display_normal_message($message,false); } diff --git a/main/newscorm/kevin_lp_add.php b/main/newscorm/kevin_lp_add.php index 3da0efaca7..5bd8fdf875 100644 --- a/main/newscorm/kevin_lp_add.php +++ b/main/newscorm/kevin_lp_add.php @@ -172,7 +172,7 @@ echo '
| ';
- Display::display_normal_message(get_lang('AddLpIntro'));
+ Display::display_normal_message(get_lang('AddLpIntro'),false);
echo ' ';
|