diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-25 12:34:48 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-25 12:34:48 +0000 |
commit | 7a0111afb1467aadfe71d1166c15c6593502da5d (patch) | |
tree | 900aef747918618d6c41c955f682905a04b091e4 /modules | |
parent | 2a0f65a7420b7d1bb032d3b2691f74b6ddb4cdb8 (diff) | |
download | brdo-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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/update/update.compare.inc | 2 |
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. |