Response Message: Mood adjustments.

This commit is contained in:
Nate Jones
2014-08-02 07:02:31 +00:00
parent 0a27cb9cb1
commit f6d6965c8d
3 changed files with 3 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ if (count($_POST) > 0 && $_POST["persistform"] != "1") {
if ($msg_error) {
$_SESSION["message"] = $msg_error;
$_SESSION["message_mood"] = 'negative';
header("Location: usersupdate.php?id=".$user_uuid);
exit;
}