diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index 4616f6d0..72824c6f 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -1,7 +1,25 @@ date("Y-m-d H:i", $shift['start']) . ', ' . date("H:i", $shift['end'] - $shift['start']) . 'h', + 'title' => $shift['name'] + )); } else { $shifts = sql_select("SELECT * FROM `Shifts` ORDER BY `start`"); $days = array ();