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

Fixed indentation / spelling

parent 3c23699c
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,7 @@ printHeader(array(
# Display change screen
if ($_POST['frmaction'] == "change") {
# Check a policy member was selected
# Check an attribute was selected
if (isset($_POST['attr_id'])) {
# Prepare statement
$temp = $_POST['attr_id'];
......@@ -133,7 +132,7 @@ if ($_POST['frmaction'] == "change") {
?>
<p class="pageheader">Attribute Update Results</p>
<?php
# Check a policy was selected
# Check an attribute was selected
if (isset($_POST['attr_id'])) {
$updates = array();
......
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