From 97b03b593f8abbe10934d3bd9f3eeff739adbd92 Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Mon, 26 Feb 2007 17:09:15 +0100 Subject: [PATCH] [svn r11241] Change the call to display_normal_message by adding a parameter for HTML tags --- main/course_description/index.php | 4 ++-- main/forum/forumfunction.inc.php | 6 +++--- main/newscorm/kevin_lp_add.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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 ''; echo ''; echo '
'; - Display::display_normal_message(get_lang('AddLpIntro')); + Display::display_normal_message(get_lang('AddLpIntro'),false); echo '
';