From ca37de95daa065c25b7a4b227b539c18e713e00b Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 28 Dec 2014 14:56:02 +0100 Subject: fix shift update --- includes/model/ShiftEntry_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/model/ShiftEntry_model.php') diff --git a/includes/model/ShiftEntry_model.php b/includes/model/ShiftEntry_model.php index 1579b93b..008531ff 100644 --- a/includes/model/ShiftEntry_model.php +++ b/includes/model/ShiftEntry_model.php @@ -16,7 +16,7 @@ function ShiftEntries_by_shift($shift_id) { FROM `ShiftEntry` JOIN `User` ON `ShiftEntry`.`UID`=`User`.`UID` JOIN `AngelTypes` ON `ShiftEntry`.`TID`=`AngelTypes`.`id` - WHERE `ShiftEntry`.`SID`='" . sql_escape($shift_id)) . "'"; + WHERE `ShiftEntry`.`SID`='" . sql_escape($shift_id) . "'"); } /** -- cgit v1.2.3-70-g09d2