From b1e6ef2e85a086195895644039c516b5c1953d22 Mon Sep 17 00:00:00 2001 From: Victor Boctor Date: Sat, 22 Jun 2002 23:58:54 +0000 Subject: [PATCH] Indentation and cosmetic changes. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1151 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- bug_actiongroup.php | 9 ++++----- bug_actiongroup_page.php | 40 +++++++++++++++++++++------------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/bug_actiongroup.php b/bug_actiongroup.php index 51bf4ab74a..8b6e9e5ac4 100644 --- a/bug_actiongroup.php +++ b/bug_actiongroup.php @@ -36,7 +36,7 @@ function updateBugLite($p_id, $p_status, $p_request) { break ; case RESOLVED : - $t_query=" status='$p_status',"." resolution='$p_request'"; + $t_query=" status='$p_status', resolution='$p_request'"; break ; case 'UP_PRIOR' : @@ -49,9 +49,9 @@ function updateBugLite($p_id, $p_status, $p_request) { } # Update fields - $query = "UPDATE $g_mantis_bug_table - SET handler_id='$t_handler_id',".$t_query." - WHERE id='$p_id'"; + $query = "UPDATE $g_mantis_bug_table ". + "SET handler_id='$t_handler_id', $t_query ". + "WHERE id='$p_id'"; $result = db_query($query); @@ -113,6 +113,5 @@ function updateBugLite($p_id, $p_status, $p_request) { } print_meta_redirect( 'view_all_bug_page.php',0); - } ?> \ No newline at end of file diff --git a/bug_actiongroup_page.php b/bug_actiongroup_page.php index dffec822ca..a6b4322cb4 100644 --- a/bug_actiongroup_page.php +++ b/bug_actiongroup_page.php @@ -15,19 +15,19 @@ "; } + print ""; + } ?> @@ -115,17 +116,18 @@ @@ -156,10 +158,10 @@ - "; - ?> + print ""; + ?>