diff --git a/get_online_session_communities.php b/get_online_session_communities.php index c40d68d..957c02b 100644 --- a/get_online_session_communities.php +++ b/get_online_session_communities.php @@ -61,7 +61,7 @@ // print_r($room_assignments); //TODO: We also assigned empty room arrays. Should probably be fixed // print_r($final_join_links); - echo(count($final_join_links) . " unique Session Communities have been found." . PHP_EOL); +// echo(count($final_join_links) . " unique Session Communities have been found." . PHP_EOL); //TODO: What about room view links? @@ -572,7 +572,12 @@ " " . PHP_EOL; // suffix - $suffix = "" . PHP_EOL; + // span over 5 columns (id, name, description, users, link) + $suffix = + " " . PHP_EOL . + " " . count($table_lines) . " unique Session Communities have been found." . PHP_EOL . + " " . PHP_EOL . + "" . PHP_EOL; // concatenate html $html = $prefix;