summaryrefslogtreecommitdiffstats
path: root/templates/show_users.inc
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2006-07-24 22:12:43 +0000
committerxgizzmo <xgizzmo@ampache>2006-07-24 22:12:43 +0000
commit5ca15d0423b736b37d9f772b54042dee66fe9a85 (patch)
tree5e64a77dfe3b5343fc6485768b7301c096a63791 /templates/show_users.inc
parent35a129dbb7eba6ac9078286ff343a8a8db5c5089 (diff)
downloadampache-5ca15d0423b736b37d9f772b54042dee66fe9a85.tar.gz
ampache-5ca15d0423b736b37d9f772b54042dee66fe9a85.tar.bz2
ampache-5ca15d0423b736b37d9f772b54042dee66fe9a85.zip
Fix for bug 859 thanks pb1dft
Diffstat (limited to 'templates/show_users.inc')
-rw-r--r--templates/show_users.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_users.inc b/templates/show_users.inc
index 2ca1c53f..db3172dd 100644
--- a/templates/show_users.inc
+++ b/templates/show_users.inc
@@ -50,7 +50,7 @@ $admin_menu = "admin/";
</a>
</td>
<td align="center">
- <a href="<?php echo $web_path; ?>/<?php echo $_SESSION['view_script']; ?>?action=<?php echo $_REQUEST['action']; ?>&amp;keep_view=true&amp;sort_type=last_seen&amp;sort_order=0">
+ <a href="<?php echo $web_path; ?>/<?php echo $_SESSION['view_script']; ?>?action=<?php echo $_REQUEST['action']; ?>&amp;keep_view=true&amp;sort_type=create_date&amp;sort_order=0">
<b><?php echo _("Registration Date"); ?></b>
</a>
</td>