fix removing users from shift, fixes #359

This commit is contained in:
msquare 2017-11-19 14:52:55 +01:00
parent f8807c4efb
commit deae2a1721
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ function shift_entry_delete_controller()
$shift_entry_source = DB::selectOne(' $shift_entry_source = DB::selectOne('
SELECT SELECT
`User`.`Nick`, `User`.`Nick`,
`User`.`Gekommen`,
`ShiftEntry`.`Comment`, `ShiftEntry`.`Comment`,
`ShiftEntry`.`UID`, `ShiftEntry`.`UID`,
`ShiftTypes`.`name`, `ShiftTypes`.`name`,