loki_setup v1.6.1 (current cvs as of 2004-05-29, 03:40 am CET+1)
If you try using a nested <option> structure in your setup.xml, like eg:
<option tag="foo">
<option tag="bar">
</option>
</option>
<option tag="baz">
</option>
and select all three checkboxes you only get "foo baz" in the SETUP_OPTIONTAGS
env variable.
my little fix in optiontag_sub() does a recursive search for child's with
<option tag".."> entries to get those, too.
have fun (or kick my ass for being overly stupid.. depending on whether this
really is a bug.. IMO it is ;-)).
Created attachment 389 [details] Patch to get the tag=".." infos from nested, checked <option>s, too