summaryrefslogtreecommitdiff
path: root/includes/pages/admin_rooms.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-10-05 18:56:50 +0200
committermsquare <msquare@notrademark.de>2016-10-05 18:56:50 +0200
commit6fff6a6c1a5a4ae6c6977c3aeb4ac532ba09a395 (patch)
treeb32209aa2907e34a7e52d41b6754382fa23d6151 /includes/pages/admin_rooms.php
parent27c9650dc4064ec5b40c5041d8291a7ce0e5305e (diff)
begin room view and shifts filter renderer
Diffstat (limited to 'includes/pages/admin_rooms.php')
-rw-r--r--includes/pages/admin_rooms.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_rooms.php b/includes/pages/admin_rooms.php
index 186a676e..7a0f7a31 100644
--- a/includes/pages/admin_rooms.php
+++ b/includes/pages/admin_rooms.php
@@ -9,7 +9,7 @@ function admin_rooms() {
$rooms = [];
foreach ($rooms_source as $room) {
$rooms[] = [
- 'name' => $room['Name'],
+ 'name' => Room_name_render($room),
'from_pentabarf' => $room['FromPentabarf'] == 'Y' ? '&#10003;' : '',
'public' => $room['show'] == 'Y' ? '&#10003;' : '',
'actions' => buttons([