Commit f5647ee4 authored by Jean-Paul Saman's avatar Jean-Paul Saman

configure.php: fix typo

parent 0d4be437
...@@ -260,7 +260,7 @@ if(w2PgetParam( $_POST, "Save", '' )!=''){ ...@@ -260,7 +260,7 @@ if(w2PgetParam( $_POST, "Save", '' )!=''){
case 'select': case 'select':
$val = isset($_POST[$key])?$_POST[$key]:"0"; $val = isset($_POST[$key])?$_POST[$key]:"0";
break; break;
case 'multiselect' case 'multiselect':
if(isset($_POST[$key])){ if(isset($_POST[$key])){
foreach ($_POST[$key] as $idx=>$watcher){ foreach ($_POST[$key] as $idx=>$watcher){
$val .= $watcher.","; $val .= $watcher.",";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment