diff options
author | Bot <bot@myigel.name> | 2017-01-22 01:02:52 +0100 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-01-22 01:12:57 +0100 |
commit | 3de0cc840f45e53a9135f4faa44a375a7b0148ef (patch) | |
tree | 55de5f284cf673b4956377fef8ba2c52902c4ca7 /includes/pages/user_myshifts.php | |
parent | 8506d6d27e3b926521007064abcdcc2f69c6aa06 (diff) |
Removed spaces
Diffstat (limited to 'includes/pages/user_myshifts.php')
-rw-r--r-- | includes/pages/user_myshifts.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/pages/user_myshifts.php b/includes/pages/user_myshifts.php index 62d87d27..6048093a 100644 --- a/includes/pages/user_myshifts.php +++ b/includes/pages/user_myshifts.php @@ -132,8 +132,8 @@ function user_myshifts() $user_id = $_REQUEST['cancel']; $shift = DB::select(' SELECT * - FROM `Shifts` - INNER JOIN `ShiftEntry` USING (`SID`) + FROM `Shifts` + INNER JOIN `ShiftEntry` USING (`SID`) WHERE `ShiftEntry`.`id`=? AND `UID`=? ', [ |