summaryrefslogtreecommitdiff
path: root/includes/pages/user_shifts.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-28 14:56:02 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-28 14:56:02 +0100
commitca37de95daa065c25b7a4b227b539c18e713e00b (patch)
tree763ddb63b01919bf9f956bd0e464e7a04671df1d /includes/pages/user_shifts.php
parent739eddefd512b2c7775d6f4831186317217fcfbc (diff)
fix shift update
Diffstat (limited to 'includes/pages/user_shifts.php')
-rw-r--r--includes/pages/user_shifts.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php
index 46be08d3..c32fb220 100644
--- a/includes/pages/user_shifts.php
+++ b/includes/pages/user_shifts.php
@@ -151,6 +151,7 @@ function user_shifts() {
$shift['RID'] = $rid;
$shift['start'] = $start;
$shift['end'] = $end;
+
$result = Shift_update($shift);
if ($result === false)
engelsystem_error('Unable to update shift.');