From: hickert Date: Mon, 25 Jun 2007 07:57:14 +0000 (+0000) Subject: Added background
to avoid ignoring error msgs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=60e1ea99ca0aa114b3fe6e309c711385beab4d9f;p=gosa.git 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 --- 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

"; }