diff options
author | Preston Cody <codeman@gentoo.org> | 2006-08-05 21:03:58 +0000 |
---|---|---|
committer | Preston Cody <codeman@gentoo.org> | 2006-08-05 21:03:58 +0000 |
commit | 4531c66df9b27a3b4a67e94830cd2e1ff33f19ee (patch) | |
tree | a8a99a4059aa87136298c9cbfdca136e5b74beeb /scire/clients.php | |
parent | move add_client function to the client module (diff) | |
download | scire-4531c66df9b27a3b4a67e94830cd2e1ff33f19ee.tar.gz scire-4531c66df9b27a3b4a67e94830cd2e1ff33f19ee.tar.bz2 scire-4531c66df9b27a3b4a67e94830cd2e1ff33f19ee.zip |
updates related to pending table stuff
svn path=/; revision=144
Diffstat (limited to 'scire/clients.php')
-rwxr-xr-x | scire/clients.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scire/clients.php b/scire/clients.php index 6bc198d..1ce82fe 100755 --- a/scire/clients.php +++ b/scire/clients.php @@ -136,7 +136,6 @@ switch($_GET['View']) { default: #Show clients. add_leftbar($leftbar_menu, "View Groups", "clients.php?View=groups"); add_leftbar($leftbar_menu, "View Permissions", "clients.php?View=permissions"); - add_leftbar($leftbar_menu, "View Pending Clients", "clients.php?View=pending"); $smarty->assign('leftbar_submenu_title', "Actions"); add_leftbar($leftbar_submenu, "Create Client", "client.php?Action=create"); |