From d7245ad424f386899c9cc9e3ba6e65e099676122 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 9 Jan 2008 18:19:37 +0000 Subject: [PATCH] Removed print_red - where was this for? git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8280 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/setup.php | 3 --- 1 file changed, 3 deletions(-) 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')); -- 2.30.2