fix shift creation

This commit is contained in:
Philip Häusler 2014-12-28 13:57:50 +01:00
parent 6bede2fd22
commit a470a5f5d3
1 changed files with 1 additions and 1 deletions

View File

@ -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;