From 4aa85a3ff247a6ff22640a4a9478a55cc79ebf5b Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 9 Dec 2013 17:17:23 +0100 Subject: api export for all shifts completed --- includes/model/Shifts_model.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'includes/model/Shifts_model.php') diff --git a/includes/model/Shifts_model.php b/includes/model/Shifts_model.php index 84d14c7a..5e8a2b54 100644 --- a/includes/model/Shifts_model.php +++ b/includes/model/Shifts_model.php @@ -16,9 +16,11 @@ function Shifts() { $needed_angeltypes = NeededAngelTypes_by_shift($shift); if ($needed_angeltypes === false) return false; - + $shift['angeltypes'] = $needed_angeltypes; } + + return $shifts_source; } ?> \ No newline at end of file -- cgit v1.2.3-54-g00ecf