Commit 3ae3a32f authored by Nico Schallehn's avatar Nico Schallehn

Bug in Update behoben

parent 964006e6
......@@ -18,6 +18,7 @@ if(isset($_SESSION['chatuserid']) AND $users['online'] == 1)
//if($chat['userchange'] == 1) $userreload = 1;
//if($chat['userchange'] == 2) $userreload = 2;
}
if(isset($chatid)) mysql_query("UPDATE user SET chat = '$chatid' WHERE id = '{$_SESSION['chatuserid']}'");
$array['newMessages'] = $nachricht;
// Liste der Benutzer:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment