From 60e1ea99ca0aa114b3fe6e309c711385beab4d9f Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 25 Jun 2007 07:57:14 +0000 Subject: [PATCH] Added background
to avoid ignoring error msgs git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6674 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/include/functions.inc b/include/functions.inc index 26fbf63ad..529741c40 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -1132,7 +1132,19 @@ function print_red() } if(isset($_SESSION['errors']) && strlen($_SESSION['errors'])==0) { - $_SESSION['errors'].= "
". "

"._("An error occurred while processing your request"). "

$string

$addmsg

"; } -- 2.30.2