Code

Removed default message from error dialog
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Nov 2007 11:52:33 +0000 (11:52 +0000)
committerhickert <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

index 0a97dae90bcdbbf86c6009c8421f05aba30ff5ab..f91515c26657e50c3ba3460afdc74ca4c421baaf 100644 (file)
@@ -1100,6 +1100,10 @@ function print_red()
         }
         $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;