Commit e7390fc0 authored by Nico Schallehn's avatar Nico Schallehn

UsersTable umbenannt

parent a5b98e03
...@@ -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