From 8e0badc573b875710363075c1272e34c9e0e30c8 Mon Sep 17 00:00:00 2001
From: Robert Anderson <randerson@lbsd.net>
Date: Tue, 24 Mar 2009 13:22:02 +0000
Subject: [PATCH] fixed formatting

---
 webui/group-attribute-delete.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/webui/group-attribute-delete.php b/webui/group-attribute-delete.php
index c1cf15af..16fbfab2 100644
--- a/webui/group-attribute-delete.php
+++ b/webui/group-attribute-delete.php
@@ -60,17 +60,17 @@ if ($_POST['frmaction'] == "delete") {
 		<div class="warning">No attribute selected</div>
 <?php
 	}
-	
-	
+
+
 # SQL Updates
 } elseif ($_POST['frmaction'] == "delete2") {
 ?>
 	<p class="pageheader">Attribute Delete Results</p>
 <?php
 	if (isset($_POST['attr_id'])) {
-		
 
-		if ($_POST['confirm'] == "yes") {	
+
+		if ($_POST['confirm'] == "yes") {
 			$res = $db->exec("DELETE FROM ${DB_TABLE_PREFIX}group_attributes WHERE ID = ".$_POST['attr_id']);
 			if ($res !== FALSE) {
 ?>
-- 
GitLab