Add the uuid to the SESSion array.

This commit is contained in:
Mark Crane 2014-03-21 23:49:26 +00:00
parent aa17f6285f
commit d4cb446b3e
1 changed files with 1 additions and 0 deletions

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'];
}
}