From 33b14523b930e3a4fc10869e032fd41edd5b636c Mon Sep 17 00:00:00 2001 From: Robert Anderson <randerson@lbsd.net> Date: Thu, 19 Mar 2009 09:51:50 +0000 Subject: [PATCH] Fixed tabs --- webui/user-add.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webui/user-add.php b/webui/user-add.php index c6727a80..ae3fc7bc 100644 --- a/webui/user-add.php +++ b/webui/user-add.php @@ -29,7 +29,7 @@ $db = connect_db(); printHeader(array( "Tabs" => array( - "Back to policies" => "policy-main.php" + "Back to user list" => "policy-main.php" ), )); @@ -86,10 +86,7 @@ if ($_POST['frmaction'] == "add") { <div class="warning"><?php print_r($stmt->errorInfo()) ?></div> <?php } - } - - } else { ?> <div class="warning">Invalid invocation</div> -- GitLab