diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-12-26 20:51:08 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-12-26 20:51:08 +0100 |
commit | 043a1203d41bf200f23b3b4d30cee5af5ccc4188 (patch) | |
tree | 90ddad523eac741b000abfed3eda18f13069c51c /includes/pages/admin_shifts.php | |
parent | 80f355a94fbbe32d3fb3dbdc0d931d92dbd7d2c4 (diff) |
bugfixes with angeltype (TID removed)
Diffstat (limited to 'includes/pages/admin_shifts.php')
-rw-r--r-- | includes/pages/admin_shifts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_shifts.php b/includes/pages/admin_shifts.php index c5dc28cd..7caba512 100644 --- a/includes/pages/admin_shifts.php +++ b/includes/pages/admin_shifts.php @@ -248,7 +248,7 @@ function admin_shifts() { $angel_types = ""; foreach ($types as $type) { $angel_types .= template_render('../templates/admin_shifts_angel_types.html', array ( - 'id' => $type['TID'], + 'id' => $type['id'], 'type' => $type['name'], 'value' => $needed_angel_types[$type['id']] )); |