fixes #241 problem when adding rooms
This commit is contained in:
parent
c4179df503
commit
1da3cba5a7
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in New Issue