From 514bcfc98bba47b1cc0a117fcd1f1ab5c21b9f65 Mon Sep 17 00:00:00 2001 From: lawrence Date: Thu, 31 Aug 2006 21:26:55 +0000 Subject: [PATCH] make select-sub parameters work --- httemplate/config/config-process.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi index fe04b324c..a78f3978c 100644 --- a/httemplate/config/config-process.cgi +++ b/httemplate/config/config-process.cgi @@ -26,7 +26,7 @@ % #$conf->delete($i->key); % push @delete, $i->key; % } -% } elsif ( $type eq 'text' || $type eq 'select' ) { +% } elsif ( $type eq 'text' || $type eq 'select' || $type eq 'select-sub' ) { % if ( $cgi->param($i->key. $n) ne '' ) { % $conf->set($i->key, $cgi->param($i->key. $n)); % } else { -- 2.11.0