diff options
author | pb1dft <pb1dft@ampache> | 2007-02-13 19:49:53 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2007-02-13 19:49:53 +0000 |
commit | b0def9331772fbf68bc7a6f07c23963cf569a06e (patch) | |
tree | 3b14ee792630ce3163c59c98cb0ebe6cdffdcf60 /templates/show_users.inc.php | |
parent | e44dea76cdd1911d01104e9afdf7847642c7a0d9 (diff) | |
download | ampache-b0def9331772fbf68bc7a6f07c23963cf569a06e.tar.gz ampache-b0def9331772fbf68bc7a6f07c23963cf569a06e.tar.bz2 ampache-b0def9331772fbf68bc7a6f07c23963cf569a06e.zip |
typo
Diffstat (limited to 'templates/show_users.inc.php')
-rw-r--r-- | templates/show_users.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_users.inc.php b/templates/show_users.inc.php index 9d2e1b1b..f0c5e2b1 100644 --- a/templates/show_users.inc.php +++ b/templates/show_users.inc.php @@ -31,7 +31,7 @@ show_box_top(_('Manage Users')); <?php echo get_user_icon('add_user') . ' '; echo '<a href="' . $web_path . '/admin/users.php?action=show_add_user">' . _('Add a new user') . '</a>'; - if (isset ($_REQUEST['action']) || $_REQUEST['action'] == "show_inactive"){ + if (isset ($_REQUEST['action']) && $_REQUEST['action'] == "show_inactive"){ ?> </td> </tr> |