[development] hook_update_always
Dave Cohen
drupal at dave-cohen.com
Fri Sep 22 06:07:06 UTC 2006
On Thursday 21 September 2006 22:23, Dave Cohen wrote:
> Is it possible to perform some action every time the update.php script is
> run? I'd like my module's hook to be called each time, but I cannot figure
> a way to do it.
>
I figured a way. form_alter hooks are called as usual from update.php.
Therefore I can use a form_alter hook to always select the appropriate update
for my module. Good enough for me.
More information about the development
mailing list