Code

Set setup attribute 'list_summary' to false as default.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Oct 2007 07:02:33 +0000 (07:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 2 Oct 2007 07:02:33 +0000 (07:02 +0000)
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

index 9148868ef95cd131e996bfec6dc7a0b17272de33..372eb017d805c8e3b7011d8fb376567c672bf28d 100644 (file)
@@ -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,