summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 87ab0fd)
raw | patch | inline | side by side (parent: 87ab0fd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Nov 2007 11:52:33 +0000 (11:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Nov 2007 11:52:33 +0000 (11:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7886 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 0a97dae90bcdbbf86c6009c8421f05aba30ff5ab..f91515c26657e50c3ba3460afdc74ca4c421baaf 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
}
$string= preg_replace('/<br>/', ' ', $string);
$addmsg= _("Please check your input and fix the error. Press 'OK' to close this message box.");
+ $addmsg = "";
+ }
+ if(empty($addmsg)){
+ $addmsg = _("Error");
}
msg_dialog::display($addmsg, $string,ERROR_DIALOG);
return;