Index: modules/update/update.compare.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.compare.inc,v
retrieving revision 1.5
diff -u -p -r1.5 update.compare.inc
--- modules/update/update.compare.inc	22 Jan 2008 07:45:18 -0000	1.5
+++ modules/update/update.compare.inc	23 Jan 2008 09:24:07 -0000
@@ -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.
