From 7b55001eeeb326323d020dcfac2f864f8c3ad633 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 15:29:22 +0300 Subject: fix various issues reported by static analysis update gitlab-ci config --- include/functions.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 526750574..baeaa03ab 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1163,7 +1163,7 @@ } } - function catchup_feed($feed, $cat_view, $owner_uid = false, $max_id = false, $mode = 'all', $search = false) { + function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) { if (!$owner_uid) $owner_uid = $_SESSION['uid']; @@ -1746,7 +1746,6 @@ global $fetch_last_error; global $fetch_last_error_content; - global $fetch_last_error_code; require_once "include/rssfuncs.php"; @@ -2066,5 +2065,3 @@ // TODO: less dumb splitting require_once "functions2.php"; - -?> -- cgit v1.2.3-54-g00ecf