From b60ad7ccfb7dff80728653ea4713bb7d389bc101 Mon Sep 17 00:00:00 2001 From: msquare Date: Mon, 18 Dec 2017 11:25:26 +0100 Subject: make shift entry comment private again --- includes/view/User_view.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'includes/view/User_view.php') diff --git a/includes/view/User_view.php b/includes/view/User_view.php index 755bec08..04fb4d04 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -338,8 +338,12 @@ function User_view_myshift($shift, $user_source, $its_me) 'time' => date('H:i', $shift['start']) . ' - ' . date('H:i', $shift['end']), 'room' => $shift['Name'], 'shift_info' => $shift_info, - 'comment' => $shift['Comment'] + 'comment' => '' ]; + + if($its_me) { + $myshift['comment'] = $shift['Comment']; + } if ($shift['freeloaded']) { if (in_array('user_shifts_admin', $privileges)) { -- cgit v1.2.3-54-g00ecf