summaryrefslogtreecommitdiff
path: root/httemplate/config
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-03-12 14:08:33 -0700
committerMark Wells <mark@freeside.biz>2014-03-12 14:08:33 -0700
commitb0edcdbd9bbc710db3abd0340d925e0fa744d649 (patch)
treeefe2b64763bd38623c0cda60d676cb39b941c2e2 /httemplate/config
parentbfefb704d76fffc1ab82626c8dec03931457a1cb (diff)
restore Unclassified and Deprecated sections to config, from #27958
Diffstat (limited to 'httemplate/config')
-rw-r--r--httemplate/config/config-view.cgi9
1 files changed, 5 insertions, 4 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi
index 8472dd6..0d16c5d 100644
--- a/httemplate/config/config-view.cgi
+++ b/httemplate/config/config-view.cgi
@@ -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) {