From: cajus Date: Wed, 9 Jan 2008 18:19:37 +0000 (+0000) Subject: Removed print_red - where was this for? X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d7245ad424f386899c9cc9e3ba6e65e099676122;p=gosa.git Removed print_red - where was this for? git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8280 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/setup.php b/gosa-core/html/setup.php index e18c99a34..5bf7f92eb 100644 --- a/gosa-core/html/setup.php +++ b/gosa-core/html/setup.php @@ -112,9 +112,6 @@ textdomain($domain); $display = ""; require_once("../setup/main.inc"); -/* Print_out last ErrorMessage repeated string. */ -print_red(NULL); - $smarty->assign("date", date("l, dS F Y H:i:s O")); $header= "".$smarty->fetch(get_template_path('setup_headers.tpl'));