Skip to content
Snippets Groups Projects
Commit 33b14523 authored by Robert Anderson's avatar Robert Anderson
Browse files

Fixed tabs

parent f75fa2b9
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ $db = connect_db(); ...@@ -29,7 +29,7 @@ $db = connect_db();
printHeader(array( printHeader(array(
"Tabs" => array( "Tabs" => array(
"Back to policies" => "policy-main.php" "Back to user list" => "policy-main.php"
), ),
)); ));
...@@ -86,10 +86,7 @@ if ($_POST['frmaction'] == "add") { ...@@ -86,10 +86,7 @@ if ($_POST['frmaction'] == "add") {
<div class="warning"><?php print_r($stmt->errorInfo()) ?></div> <div class="warning"><?php print_r($stmt->errorInfo()) ?></div>
<?php <?php
} }
} }
} else { } else {
?> ?>
<div class="warning">Invalid invocation</div> <div class="warning">Invalid invocation</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment