22 Sep
2006
22 Sep
'06
8:07 a.m.
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.