summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-25 12:34:48 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-25 12:34:48 +0000
commit7a0111afb1467aadfe71d1166c15c6593502da5d (patch)
tree900aef747918618d6c41c955f682905a04b091e4
parent2a0f65a7420b7d1bb032d3b2691f74b6ddb4cdb8 (diff)
downloadbrdo-7a0111afb1467aadfe71d1166c15c6593502da5d.tar.gz
brdo-7a0111afb1467aadfe71d1166c15c6593502da5d.tar.bz2
#212921 by fgm: remove unused reference on update_process_info_list() parameter list, which causes strict warnings in PHP 5
-rw-r--r--modules/update/update.compare.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.compare.inc b/modules/update/update.compare.inc
index fb5cff24b..30ae642fd 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.