fixes #241 problem when adding rooms

This commit is contained in:
Philip Häusler 2016-02-01 11:48:40 +01:00
parent c4179df503
commit 1da3cba5a7
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ function admin_rooms() {
button(page_link_to('admin_rooms') . '&show=delete&id=' . $room['RID'], _("delete"), 'btn-xs')
))
);
$room = null;
if (isset($_REQUEST['show'])) {
$msg = "";