From 00a6184e90489c5c15568605335d0e070a6c2cb8 Mon Sep 17 00:00:00 2001
From: Robert Anderson <randerson@lbsd.net>
Date: Tue, 24 Mar 2009 13:27:16 +0000
Subject: [PATCH] fixed result data

---
 webui/user-groups.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/user-groups.php b/webui/user-groups.php
index fb6d45c4..97fcf458 100644
--- a/webui/user-groups.php
+++ b/webui/user-groups.php
@@ -81,7 +81,7 @@ printHeader(array(
 			while ($row = $result->fetchObject()) {
 ?>
 				<tr class="resultsitem">
-					<td><input type="radio" name="group_id" value="<?php echo $row->id ?>"/><?php echo $row->id ?></td>
+					<td><input type="radio" name="group_id" value="<?php echo $row->id ?>"/></td>
 					<td><?php echo $row->name ?></td>
 					<td><?php echo $row->priority ?></td>
 					<td class="textcenter"><?php echo $row->disabled ? 'yes' : 'no' ?></td>
-- 
GitLab