From 99ab6021dc81f654c0c779bf8286bdf0fa56382f Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Mon, 30 Apr 2007 13:06:34 +0200 Subject: [PATCH] [svn r12191] bugfix: strange text after sending a message http://www.dokeos.com/forum/viewtopic.php?t=8992 --- plugin/messages/functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/messages/functions.inc.php b/plugin/messages/functions.inc.php index 4a14fba6f4..9548ea03a0 100755 --- a/plugin/messages/functions.inc.php +++ b/plugin/messages/functions.inc.php @@ -20,7 +20,7 @@ /** * @package dokeos.survey * @author -* @version $Id: functions.inc.php 10675 2007-01-11 13:03:10Z bmol $ +* @version $Id: functions.inc.php 12191 2007-04-30 11:06:34Z pcool $ * @todo use database library */ @@ -58,7 +58,7 @@ function display_success_message($uid) "inbox.php\">". get_lang('BackToInbox'). ""; - Display::display_normal_message($success); + Display::display_confirmation_message($success, false); } /**