diff options
author | msquare <msquare@notrademark.de> | 2016-08-21 18:00:24 +0200 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-08-21 18:00:39 +0200 |
commit | 53ad1b5110e22bdbb57960aec7d29b824dda7b5b (patch) | |
tree | 5a33544142ecf13e5902ff196d8b8470b5120945 /includes/view | |
parent | 29cbd4a9dde440605c5f34d50961fa5208411293 (diff) |
fix codacy unused code
Diffstat (limited to 'includes/view')
-rw-r--r-- | includes/view/User_view.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/view/User_view.php b/includes/view/User_view.php index 1c4d4abd..fca21e37 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -132,7 +132,6 @@ function User_view($user_source, $admin_user_privilege, $freeloader, $user_angel $user_name = htmlspecialchars($user_source['Vorname']) . " " . htmlspecialchars($user_source['Name']); $myshifts_table = array(); - $html = ""; $timesum = 0; foreach ($shifts as $shift) { $shift_info = '<a href="' . shift_link($shift) . '">' . $shift['name'] . '</a>'; |