Skip to content
Snippets Groups Projects
Commit ad4e2579 authored by Steven Wittens's avatar Steven Wittens
Browse files

- Fix braino in doxygen.

parent 87102423
No related branches found
No related tags found
No related merge requests found
......@@ -1165,7 +1165,7 @@ function form_checkbox($title, $name, $value = 1, $checked = FALSE, $description
* @param $required
* Whether the user must check a box before submitting the form.
* @return
* A themed HTML string representing the radio button set.
* A themed HTML string representing the checkbox set.
*/
function form_checkboxes($title, $name, $values, $options, $description = NULL, $attributes = NULL, $required = FALSE) {
if (count($options) > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment