Index: project_issue.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_issue/project_issue.install,v
retrieving revision 1.48
diff -u -F^f -u -F^f -r1.48 project_issue.install
--- project_issue.install	7 Mar 2008 22:01:40 -0000	1.48
+++ project_issue.install	13 Apr 2008 19:04:25 -0000
@@ -820,6 +820,10 @@ function project_issue_check_update_abor
         unset($_SESSION['update_remaining'][$key]);
       }
     }
+    // Reset the internal pointer on this session variable, otherwise
+    // core's update_do_updates() function could have a problem
+    // unsetting the currently running update.
+    reset($_SESSION['update_remaining']);
     // Clarify the nature of the error, and what to do next.
     // Unfortunately, there's no elegant way to properly reset the schema version
     // programatically, so we'll have to instruct the user to redo the update
