Fix: Update select with list
This commit is contained in:
parent
c1b21d1480
commit
b3ca9de399
@ -66,7 +66,9 @@ if((($type == 'select') || ($type == 'checkbox') ||(($type == 'radio'))) && is_a
|
|||||||
$param_chain .= $key.','.$value."\n";
|
$param_chain .= $key.','.$value."\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}elseif ($type== 'sellist') {
|
}
|
||||||
|
elseif ($type== 'sellist')
|
||||||
|
{
|
||||||
$paramlist=array_keys($param['options']);
|
$paramlist=array_keys($param['options']);
|
||||||
$param_chain = $paramlist[0];
|
$param_chain = $paramlist[0];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user