From f30bc252460e74ca4c71677663acd3d91a8657d6 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sat, 23 Aug 2014 02:47:06 +0200 Subject: minor bugfixes --- includes/view/ShiftEntry_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/view/ShiftEntry_view.php') diff --git a/includes/view/ShiftEntry_view.php b/includes/view/ShiftEntry_view.php index c8690689..6cb8ba00 100644 --- a/includes/view/ShiftEntry_view.php +++ b/includes/view/ShiftEntry_view.php @@ -18,7 +18,7 @@ function ShiftEntry_edit_view($angel, $date, $location, $title, $type, $comment, form_textarea('freeload_comment', _("Freeload comment (Only for shift coordination):"), $freeload_comment) ); } else { - $freeload_form = ""; + $freeload_form = array(); } return page_with_title(_("Edit shift entry"), array( form(array( -- cgit v1.2.3-54-g00ecf