diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-09-10 23:10:31 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-09-10 23:10:31 -0700 |
commit | 4b76d6fbe262579dbb19aa40b24c83f1024f5425 (patch) | |
tree | 8519462b7aa05aabb7dfb3d31296a1f7e0fab4eb /httemplate/config | |
parent | 2b10c0594ff2ab9ce37d9f8af9c154d3bedde731 (diff) |
still prevent inadvertantly losing disabled package/service defs, package classes, but now without incurring the perf overhead of showing all disabled items in config selections
Diffstat (limited to 'httemplate/config')
-rw-r--r-- | httemplate/config/config.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index a4f9890a5..7960d7e38 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -304,7 +304,6 @@ Setting <b><% $key %></b> % % my %opt = ( 'element_name' => "$key$n", % 'empty_label' => ' ', -% 'showdisabled' => 1, % ); % if ( $config_item->multiple ) { % $opt{'multiple'} = 1 if $config_item->multiple; |