summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-28 13:57:50 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-28 13:57:50 +0100
commita470a5f5d36fc66f1cace698e79e9d1a174d1e7d (patch)
tree4c5adc40baaf7f189c612be4e3816345824d1d66 /includes
parent6bede2fd229395f34c321a37efa2ea93e7b1a7ba (diff)
fix shift creation
Diffstat (limited to 'includes')
-rw-r--r--includes/model/Shifts_model.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/model/Shifts_model.php b/includes/model/Shifts_model.php
index edf80538..b55d008e 100644
--- a/includes/model/Shifts_model.php
+++ b/includes/model/Shifts_model.php
@@ -140,7 +140,7 @@ function Shift_create($shift) {
`end`='" . sql_escape($shift['end']) . "',
`RID`='" . sql_escape($shift['RID']) . "',
`title`=" . sql_null($shift['title']) . ",
- `URL`=" . sql_null($shift['URL']) . "',
+ `URL`=" . sql_null($shift['URL']) . ",
`PSID`=" . sql_null($shift['PSID']));
if ($result === false)
return false;