diff options
Diffstat (limited to 'includes/pages')
-rw-r--r-- | includes/pages/user_shifts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index 5361beba..07a9b2df 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -388,7 +388,7 @@ function view_user_shifts() { if($blocks<1) $blocks=1; // qqqqqq $is_free = false; - $shifts_row=""; + $shifts_row = $shift['name']; if (in_array('admin_shifts', $privileges)) $shifts_row .= ' <a href="?p=user_shifts&edit_shift=' . $shift['SID'] . '">[edit]</a> <a href="?p=user_shifts&delete_shift=' . $shift['SID'] . '">[x]</a>'; $shifts_row.= '<br />'; |