I did not know that hook_update_71xx() functions would be called when upgrading from D6 to D7. So, I mistakenly implemented some updates as both hook_update_70xx() and hook_update_71xx() functions.

This patch removes the hook_update_70xx() duplicates. Users may have already run the duplicate functions, so we need to make sure those numbers are not re-used for future updates, because the functions would already be recorded as having been run. Block comments are inserted to note that the functions have been removed and should not be re-implemented.

Comments

AohRveTPV created an issue. See original summary.

aohrvetpv’s picture

Forgot to upload patch previously.

  • AohRveTPV committed ac536b3 on 7.x-1.x
    Issue #2566535 by AohRveTPV: Duplicate update functions
    
aohrvetpv’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.