switch single quotes for double quotes on checkauth.php

This commit is contained in:
Mark Crane
2012-10-10 15:32:16 +00:00
parent 4b093bf0a4
commit 8c32fd31bb

View File

@@ -121,7 +121,7 @@ session_start();
$_SESSION["time_zone"]["user"] = $row["user_time_zone"];
}
// add the user_uuid to the session
$_SESSION['user_uuid'] = $row['user_uuid'];
$_SESSION["user_uuid"] = $row["user_uuid"];
}
//get the groups assigned to the user and then set the groups in $_SESSION["groups"]