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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | password_policy-7.x-1.x-remove_dupe_update_functions-2566535-1.patch | 6.02 KB | aohrvetpv |
Comments
Comment #2
aohrvetpv commentedForgot to upload patch previously.
Comment #4
aohrvetpv commented