X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=encode.php;h=7afae37c5508e304900ae035d7f241ddcf12ead2;hb=c3cfa91f3d95f153f6c93dcff421532b9a76b1a7;hp=2dbf756066ed06d429432de9c520d3ce5f092f27;hpb=4a4d453bf7dad654a6dc988a8a9c36f1ec45a9a8;p=wfpl.git diff --git a/encode.php b/encode.php index 2dbf756..7afae37 100644 --- a/encode.php +++ b/encode.php @@ -343,12 +343,14 @@ function encode_options($selected, $options, $keys_from) { } $out = ''; - foreach($options as $valdisp) { - list($value, $display) = $valdisp; + foreach($options as $option) { + list($value, $display, $arg3) = $option; $out .= '