From d060538cbdc15308add0bc47b4c79a0bbe5e3fda Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 1 Dec 2006 05:43:03 +0000 Subject: [PATCH] Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5277 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions_setup.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/include/functions_setup.inc b/include/functions_setup.inc index 43b2d32d8..faac360b2 100644 --- a/include/functions_setup.inc +++ b/include/functions_setup.inc @@ -786,7 +786,6 @@ function show_setup_page4($withoutput = true) } if((isset($_POST[$key]))&&(!empty($_POST[$key]))) { - echo $key." -> ".$_POST[$key]."
"; $_SESSION['ldapconf'][$key] = $_POST[$key]; } else { if($withoutput) { -- 2.30.2