diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-21 00:18:43 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-21 00:18:43 +0000 |
commit | 5c848bfed284902d931d68b6f176c60a8b776762 (patch) | |
tree | 891de32985ff6c4363c8796bbbb7aa6514cc25ba /admin/access.php | |
parent | 68025ee8051d81064c002d16c2d6ad220894ada3 (diff) | |
download | ampache-5c848bfed284902d931d68b6f176c60a8b776762.tar.gz ampache-5c848bfed284902d931d68b6f176c60a8b776762.tar.bz2 ampache-5c848bfed284902d931d68b6f176c60a8b776762.zip |
HTML clean up,
Diffstat (limited to 'admin/access.php')
-rw-r--r-- | admin/access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/access.php b/admin/access.php index ec27d1d9..ca7111e6 100644 --- a/admin/access.php +++ b/admin/access.php @@ -40,7 +40,7 @@ show_menu_items('Admin'); show_admin_menu('Access Lists'); show_clear(); if ( $action == 'show_confirm_delete' ) { - show_confirm_action(_("Do you really want to delete this Access Record?"), "admin/access.php", "access_id=" . $_REQUEST['access_id'] . "&action=delete_host"); + show_confirm_action(_("Do you really want to delete this Access Record?"), "admin/access.php", "access_id=" . $_REQUEST['access_id'] . "&action=delete_host"); } /*! @action delete_host |