From a42ba2f5a1c286d9218b4c3f56a48da317156f89 Mon Sep 17 00:00:00 2001 From: Robert Oehlmann Date: Mon, 3 Nov 2014 19:37:47 +0100 Subject: Fixed field assignments in shift entry creation form --- includes/pages/user_shifts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index b9a55f5a..ad7430f0 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -280,7 +280,7 @@ function user_shifts() { $angeltyppe_select = $type['name']; } - return ShiftEntry_edit_view(date("Y-m-d H:i", $shift['start']) . ' – ' . date('Y-m-d H:i', $shift['end']) . ' (' . shift_length($shift) . ')', $shift['name'], $shift['Name'], $user_text, $angeltyppe_select, "", false, null, in_array('user_shifts_admin', $privileges)); + return ShiftEntry_edit_view($user_text, date("Y-m-d H:i", $shift['start']) . ' – ' . date('Y-m-d H:i', $shift['end']) . ' (' . shift_length($shift) . ')', $shift['Name'], $shift['name'], $angeltyppe_select, "", false, null, in_array('user_shifts_admin', $privileges)); } else { return view_user_shifts(); } -- cgit v1.2.3-54-g00ecf