From 8c32fd31bb952148f7bcb90de5ae16045a7a917b Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 10 Oct 2012 15:32:16 +0000 Subject: [PATCH] switch single quotes for double quotes on checkauth.php --- includes/checkauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/checkauth.php b/includes/checkauth.php index ff6f31eb34..58a5dccb8a 100644 --- a/includes/checkauth.php +++ b/includes/checkauth.php @@ -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"]