Skip to content
  • natrak's avatar
    Changes · 542b60a1
    natrak authored
    - Modifed form_select() to accept an optional 6th parameter which is appeneded
      to the select tag. $value can now also be an array. This allows for multiple
      selects:
      form_select($header, $name, $values, $options, $help, "multiple=\"true\" size=\"10\"");
    - Updated account.module to use the extended form_select() functionality.
    542b60a1