### Eclipse Workspace Patch 1.0
#P Test Drupal 6
Index: update.php
===================================================================
RCS file: /cvs/drupal/drupal/update.php,v
retrieving revision 1.218
diff -u -r1.218 update.php
--- update.php	4 May 2007 09:41:36 -0000	1.218
+++ update.php	5 May 2007 13:15:45 -0000
@@ -289,7 +289,7 @@
 function update_do_one($module, $number, &$context) {
   $function = $module .'_update_'. $number;
   if (function_exists($function)) {
-    $ret = $function(&$context['sandbox']);
+    $ret = $function($context['sandbox']);
   }
 
   if (isset($ret['#finished'])) {
