From 703de07a6341271802ca611d45c27914fb44cb72 Mon Sep 17 00:00:00 2001 From: Felix Favre Date: Sat, 6 Dec 2014 19:49:16 +0100 Subject: remove striped table from shift view --- includes/pages/user_shifts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index 5ffa4d9e..4d4ab875 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -453,7 +453,7 @@ function view_user_shifts() { $shifts[$k]['own'] = in_array($shift['SID'], array_keys($ownshifts)); } - $shifts_table = ''; + $shifts_table = '
-
'; foreach ($myrooms as $key => $room) { $rid = $room["id"]; if (array_sum($block[$rid]) == 0) { -- cgit v1.2.3-54-g00ecf
-