From 8ca984ac01b7450b895e19014f6becf449a255ce Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Wed, 20 Feb 2013 01:06:44 +0100 Subject: bug 1008: changed text indentation --- pages/account/58.php | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'pages/account') diff --git a/pages/account/58.php b/pages/account/58.php index a277876..d7f82c1 100644 --- a/pages/account/58.php +++ b/pages/account/58.php @@ -27,35 +27,35 @@ if ($_SESSION['profile']['admin'] != 1 || !array_key_exists('userid',$_REQUEST) } else { if ($row = mysql_fetch_assoc($res)){ $username=sanitizeHTML($row['fname']).' '.sanitizeHTML($row['mname']).' '.sanitizeHTML($row['lname']); - $query = "select `orginfo`.`o`, `org`.`masteracc` - FROM `orginfo`, `org` - WHERE `orginfo`.`id` = `org`.`orgid` - AND `users`.`id`='$user_id' order by `orginfo`.`o`"; - $res1 = mysql_query($query);?> - - - - - - - - - - - - + $query = "select `orginfo`.`o`, `org`.`masteracc` + FROM `orginfo`, `org` + WHERE `orginfo`.`id` = `org`.`orgid` + AND `users`.`id`='$user_id' order by `orginfo`.`o`"; + $res1 = mysql_query($query);?> +
- - + -
- + + + + + + + + + + + + + -- cgit v1.2.1