Add the uuid to the SESSion array.

This commit is contained in:
Mark Crane
2014-03-21 23:49:26 +00:00
parent f88625e84c
commit 68c735db30

View File

@@ -65,6 +65,7 @@
$_SESSION[$category][$subcategory][] = $row['default_setting_value'];
}
else {
$_SESSION[$category][$subcategory]['uuid'] = $row['default_setting_uuid'];
$_SESSION[$category][$subcategory][$name] = $row['default_setting_value'];
}
}