From b479cdaef8c51e5230048bac82d00696c2a2b61a Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Tue, 29 Dec 2015 17:57:16 +0100 Subject: fix room creation --- includes/view/ShiftEntry_view.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/view/ShiftEntry_view.php') diff --git a/includes/view/ShiftEntry_view.php b/includes/view/ShiftEntry_view.php index 6cb8ba00..9665e426 100644 --- a/includes/view/ShiftEntry_view.php +++ b/includes/view/ShiftEntry_view.php @@ -21,6 +21,7 @@ function ShiftEntry_edit_view($angel, $date, $location, $title, $type, $comment, $freeload_form = array(); } return page_with_title(_("Edit shift entry"), array( + msg(), form(array( form_info(_("Angel:"), $angel), form_info(_("Date, Duration:"), $date), -- cgit v1.2.3-54-g00ecf