diff options
author | xgizzmo <xgizzmo@ampache> | 2006-07-24 22:12:43 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-07-24 22:12:43 +0000 |
commit | 5ca15d0423b736b37d9f772b54042dee66fe9a85 (patch) | |
tree | 5e64a77dfe3b5343fc6485768b7301c096a63791 | |
parent | 35a129dbb7eba6ac9078286ff343a8a8db5c5089 (diff) | |
download | ampache-5ca15d0423b736b37d9f772b54042dee66fe9a85.tar.gz ampache-5ca15d0423b736b37d9f772b54042dee66fe9a85.tar.bz2 ampache-5ca15d0423b736b37d9f772b54042dee66fe9a85.zip |
Fix for bug 859 thanks pb1dft
-rw-r--r-- | templates/show_users.inc | 2 |
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']; ?>&keep_view=true&sort_type=last_seen&sort_order=0"> + <a href="<?php echo $web_path; ?>/<?php echo $_SESSION['view_script']; ?>?action=<?php echo $_REQUEST['action']; ?>&keep_view=true&sort_type=create_date&sort_order=0"> <b><?php echo _("Registration Date"); ?></b> </a> </td> |