diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-12-07 17:07:19 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-12-07 17:07:19 +0100 |
commit | 0a74ab94a8ebc93a7624e0bef90dfd7d8024deaa (patch) | |
tree | 1225951d1094987212311b61b94482fb8f2b31e1 /includes/model/Shifts_model.php | |
parent | 514d2aca641f2c6fd9262e575153824e2cf977f1 (diff) |
add shift entry delete model
Diffstat (limited to 'includes/model/Shifts_model.php')
-rw-r--r-- | includes/model/Shifts_model.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/model/Shifts_model.php b/includes/model/Shifts_model.php index 5d0ec4a2..c66cfb83 100644 --- a/includes/model/Shifts_model.php +++ b/includes/model/Shifts_model.php @@ -1,4 +1,5 @@ <?php + function Shifts_by_user($user) { return sql_select(" SELECT * |