program/include/main.inc | ●●●●● patch | view | raw | blame | history |
program/include/main.inc
@@ -856,6 +856,9 @@ $input = new html_select($attrib); $input->add('---', ''); $input->add(array_values($attrib['options']), array_keys($attrib['options'])); } else if ($attrib['type'] == 'password') { $input = new html_passwordfield($attrib); } else { if ($attrib['type'] != 'text' && $attrib['type'] != 'hidden')