Fix indentation on one line.

This commit is contained in:
Mark Crane 2012-06-06 01:38:22 +00:00
parent 6b6e7c327d
commit 207001be61
1 changed files with 1 additions and 1 deletions

View File

@ -1226,7 +1226,7 @@ if ($_POST["install_step"] == "3" && count($_POST)>0 && strlen($_POST["persistfo
}
//login the user account
$_SESSION["username"] = $admin_username;
$_SESSION["username"] = $admin_username;
//get the groups assigned to the user and then set the groups in $_SESSION["groups"]
$sql = "SELECT * FROM v_group_users ";