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

Fixed indentation / spelling

parent 64578276
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ printHeader(array( ...@@ -38,7 +38,6 @@ printHeader(array(
# Display delete confirm screen # Display delete confirm screen
if ($_POST['frmaction'] == "delete") { if ($_POST['frmaction'] == "delete") {
# Check a user was selected # Check a user was selected
if (isset($_POST['attr_id'])) { if (isset($_POST['attr_id'])) {
?> ?>
...@@ -49,7 +48,6 @@ if ($_POST['frmaction'] == "delete") { ...@@ -49,7 +48,6 @@ if ($_POST['frmaction'] == "delete") {
<input type="hidden" name="frmaction" value="delete2" /> <input type="hidden" name="frmaction" value="delete2" />
<input type="hidden" name="attr_id" value="<?php echo $_POST['attr_id']; ?>" /> <input type="hidden" name="attr_id" value="<?php echo $_POST['attr_id']; ?>" />
</div> </div>
<div class="textcenter"> <div class="textcenter">
Are you very sure? <br /> Are you very sure? <br />
<input type="submit" name="confirm" value="yes" /> <input type="submit" name="confirm" value="yes" />
...@@ -64,7 +62,6 @@ if ($_POST['frmaction'] == "delete") { ...@@ -64,7 +62,6 @@ if ($_POST['frmaction'] == "delete") {
} }
# SQL Updates # SQL Updates
} elseif ($_POST['frmaction'] == "delete2") { } elseif ($_POST['frmaction'] == "delete2") {
?> ?>
......
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