22 Feb
2006
22 Feb
'06
7:26 p.m.
On 2/22/06, Moshe Weitzman <weitzman@tejasa.com> wrote:
in HEAD Drupal, this order can be customized via the system table. see the weight column. module_list() uses that ordering for its hook invocations.
Is this configurable on any admin screens or only in the DB? I'm assuming if one develops a specific module that should run last it can have in it's hook_install() a query that sets it weight to 10 or something, right? ted