Skip to content
  • Kjartan Mannes's avatar
    Changes · 8367d662
    Kjartan Mannes 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.
    8367d662