summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2006-08-05 21:03:58 +0000
committerPreston Cody <codeman@gentoo.org>2006-08-05 21:03:58 +0000
commit4531c66df9b27a3b4a67e94830cd2e1ff33f19ee (patch)
treea8a99a4059aa87136298c9cbfdca136e5b74beeb /scire/clients.php
parentmove add_client function to the client module (diff)
downloadscire-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-xscire/clients.php1
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");