summaryrefslogtreecommitdiffstats
path: root/templates/show_users.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-19 18:05:40 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-19 18:05:40 +0000
commit0c0262b8a7326d1e2effbce5d422fd672300d114 (patch)
treee84c501cccbb2e7d3d9655685020fd7a266a7170 /templates/show_users.inc
parent49f48af532c2d3196d94b444c3514bdb1a499436 (diff)
downloadampache-0c0262b8a7326d1e2effbce5d422fd672300d114.tar.gz
ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.tar.bz2
ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.zip
mother of all commits...
Diffstat (limited to 'templates/show_users.inc')
-rw-r--r--templates/show_users.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/show_users.inc b/templates/show_users.inc
index 3822947d..3108b079 100644
--- a/templates/show_users.inc
+++ b/templates/show_users.inc
@@ -39,7 +39,7 @@ $admin_menu = "admin/";
<a href="<?php echo conf('web_path'); ?>/<?php echo $_SESSION['view_script']; ?>?action=<?php echo $_REQUEST['action']; ?>&amp;keep_view=true&amp;sort_type=username&amp;sort_order=0">
<b><?php echo _("Username"); ?></b>
</a>
- <a href="<?php echo conf('web_path'); ?>/<?php echo $_SESSION['view_script']; ?>?action=<?php echo $_REQUEST['action']; ?>&amp;keep_view=true&amp;sort_type=fullname&amp;sort_order=0"
+ <a href="<?php echo conf('web_path'); ?>/<?php echo $_SESSION['view_script']; ?>?action=<?php echo $_REQUEST['action']; ?>&amp;keep_view=true&amp;sort_type=fullname&amp;sort_order=0">
<b>(<?php echo _("Fullname"); ?>)</b>
</a>
</td>
@@ -123,8 +123,7 @@ while ( $results = mysql_fetch_object($db_result) ) {
else {
echo "<td bgcolor=\"red\"> &nbsp; </td>";
}
-} // end while
?>
- </td>
</tr>
+<?php } ?>
</table>