summaryrefslogtreecommitdiff
path: root/httemplate/config
diff options
context:
space:
mode:
authorlawrence <lawrence>2006-08-31 21:26:55 +0000
committerlawrence <lawrence>2006-08-31 21:26:55 +0000
commit514bcfc98bba47b1cc0a117fcd1f1ab5c21b9f65 (patch)
treee380df587c5515cb3f5c47e11830127ee8930915 /httemplate/config
parentd382244b9f7443abef12c4c84b0065aa5ffdd15e (diff)
make select-sub parameters work
Diffstat (limited to 'httemplate/config')
-rw-r--r--httemplate/config/config-process.cgi2
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 {