Forgot a closedir()

This commit is contained in:
dave 2009-11-06 22:13:51 +00:00
parent f67b485d6d
commit f06523ec74

View File

@ -333,6 +333,7 @@ function config_editor($category, $year, $array_name, $self)
$sel = ($cur == $f) ? 'selected=selected' : ''; $sel = ($cur == $f) ? 'selected=selected' : '';
print("<option $sel value=\"$f\">{$t['name']}</option>"); print("<option $sel value=\"$f\">{$t['name']}</option>");
} }
closedir($d);
print("</select>"); print("</select>");
break; break;