Commit 4f5cc42f authored by Markus Bergt's avatar Markus Bergt
parents 48a861dc cc409516
...@@ -22,7 +22,7 @@ if(isset($_SESSION['chatuserid']) AND $users['online'] == 1) ...@@ -22,7 +22,7 @@ if(isset($_SESSION['chatuserid']) AND $users['online'] == 1)
// Liste der Benutzer: // Liste der Benutzer:
$array['ChatTable'] = UserTable(); $array['UsersTable'] = UserTable();
echo json_encode( $array, JSON_PRETTY_PRINT); echo json_encode( $array, JSON_PRETTY_PRINT);
} }
......
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