From 7a0111afb1467aadfe71d1166c15c6593502da5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= <gabor@hojtsy.hu> Date: Fri, 25 Jan 2008 12:34:48 +0000 Subject: [PATCH] #212921 by fgm: remove unused reference on update_process_info_list() parameter list, which causes strict warnings in PHP 5 --- modules/update/update.compare.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/update/update.compare.inc b/modules/update/update.compare.inc index fb5cff24baa1..30ae642fda06 100644 --- a/modules/update/update.compare.inc +++ b/modules/update/update.compare.inc @@ -32,7 +32,7 @@ function update_get_projects() { /** * Populate an array of project data. */ -function _update_process_info_list(&$projects, &$list, $project_type) { +function _update_process_info_list(&$projects, $list, $project_type) { foreach ($list as $file) { if (empty($file->status)) { // Skip disabled modules or themes. -- GitLab