restore Unclassified and Deprecated sections to config, from #27958
authorMark Wells <mark@freeside.biz>
Tue, 11 Mar 2014 22:40:44 +0000 (15:40 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 12 Mar 2014 21:06:25 +0000 (14:06 -0700)
httemplate/config/config-view.cgi

index 1c9e719..a52c1e9 100644 (file)
@@ -415,10 +415,11 @@ my @config_items = grep { !defined($locale) or $_->per_locale }
 my @deleteable = qw( invoice_latexreturnaddress invoice_htmlreturnaddress );
 my %deleteable = map { $_ => 1 } @deleteable;
 
-my @sections = qw(
-  required billing invoicing notification UI API self-service ticketing
-  network_monitoring username password session shell BIND telephony
-), '', 'deprecated';
+my @sections = (qw(
+    required billing invoicing notification UI API self-service ticketing
+    network_monitoring username password session shell BIND telephony
+  ), '', 'deprecated'
+);
 
 my %section_items = ();
 foreach my $section (@sections) {