From 41d28852f3cd4daae15c6e5032afe4eff4842b28 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Dec 2003 12:44:30 +0000 Subject: - Fixed glitch with form_radio(). Reported by Kjartan. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 035f04ab1..5195c525f 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -730,7 +730,7 @@ function form_group($legend, $group, $description = NULL) { } function form_radio($title, $name, $value = 1, $checked = 0, $description = NULL, $attributes = NULL) { - return theme("form_element", 0, " $title", $description); + return theme("form_element", NULL, " $title", $description); } function form_radios($title, $name, $value, $options, $description = NULL) { -- cgit v1.2.3