From a470a5f5d36fc66f1cace698e79e9d1a174d1e7d Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 28 Dec 2014 13:57:50 +0100 Subject: fix shift creation --- includes/model/Shifts_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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; -- cgit v1.2.3-54-g00ecf