From d8ea372931cd041e350a81ee5ab54f2af3c2b0c1 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 2 Oct 2007 07:02:33 +0000 Subject: [PATCH] Set setup attribute 'list_summary' to false as default. list_summary = management list footer with object summary git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7441 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/class_setupStep_Config3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/class_setupStep_Config3.inc b/setup/class_setupStep_Config3.inc index 9148868ef..372eb017d 100644 --- a/setup/class_setupStep_Config3.inc +++ b/setup/class_setupStep_Config3.inc @@ -28,7 +28,7 @@ class Step_Config3 extends setup_step var $optional = array( "strict_units" => false, - "list_summary" => true, + "list_summary" => false, "forceglobals" => true, "forcessl" => false, "ldapstats" => false, -- 2.30.2