From 043a1203d41bf200f23b3b4d30cee5af5ccc4188 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 26 Dec 2011 20:51:08 +0100 Subject: bugfixes with angeltype (TID removed) --- includes/pages/admin_shifts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages/admin_shifts.php') 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']] )); -- cgit v1.2.3-54-g00ecf