Change while($o = $db->fetch_array($r)) to foreach($r as $o)
[bugdar.git] / templates / selectoptgroup.tpl
1 <optgroup label="<%- $glabel %>">
2 <%- $optbits %>
3 </optgroup>