Skip to content
Snippets Groups Projects
Commit d7a080fe authored by Robert Anderson's avatar Robert Anderson
Browse files

Removed show ID number in column

parent d2ea5e3d
No related branches found
No related tags found
No related merge requests found
...@@ -238,7 +238,7 @@ if (isset($_POST['frmaction']) && $_POST['frmaction'] == "dofilter") { ...@@ -238,7 +238,7 @@ if (isset($_POST['frmaction']) && $_POST['frmaction'] == "dofilter") {
?> ?>
<tr class="resultsitem"> <tr class="resultsitem">
<td><input type="radio" name="user_id" value="<?php echo $row->id; ?>"/><?php echo $row->id; ?></td> <td><input type="radio" name="user_id" value="<?php echo $row->id; ?>"/></td>
<td><?php echo $row->username; ?></td> <td><?php echo $row->username; ?></td>
<td><?php echo $row->firstname; ?></td> <td><?php echo $row->firstname; ?></td>
<td><?php echo $row->lastname; ?></td> <td><?php echo $row->lastname; ?></td>
......
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