From 53ad1b5110e22bdbb57960aec7d29b824dda7b5b Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 21 Aug 2016 18:00:24 +0200 Subject: fix codacy unused code --- includes/pages/user_atom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages/user_atom.php') diff --git a/includes/pages/user_atom.php b/includes/pages/user_atom.php index c9420c91..e0093886 100644 --- a/includes/pages/user_atom.php +++ b/includes/pages/user_atom.php @@ -2,7 +2,7 @@ // publically available page to feed the news to feedreaders function user_atom() { - global $ical_shifts, $user, $DISPLAY_NEWS; + global $user, $DISPLAY_NEWS; if (isset ($_REQUEST['key']) && preg_match("/^[0-9a-f]{32}$/", $_REQUEST['key'])) $key = $_REQUEST['key']; -- cgit v1.2.3-70-g09d2