diff options
author | lawrence <lawrence> | 2006-08-31 21:26:55 +0000 |
---|---|---|
committer | lawrence <lawrence> | 2006-08-31 21:26:55 +0000 |
commit | 514bcfc98bba47b1cc0a117fcd1f1ab5c21b9f65 (patch) | |
tree | e380df587c5515cb3f5c47e11830127ee8930915 /httemplate/config/config-process.cgi | |
parent | d382244b9f7443abef12c4c84b0065aa5ffdd15e (diff) |
make select-sub parameters work
Diffstat (limited to 'httemplate/config/config-process.cgi')
-rw-r--r-- | httemplate/config/config-process.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |