Not quite what I am doing but basically I need to know which hook fires because the database processes have to be in a certain order otherwise table and fields information may not exist and be called for in the process. I thought that there may be some way of creating SQL on the fly also if this order was known.
<br><br><div><span class="gmail_quote">On 2/22/06, <b class="gmail_sendername">Theodore Serbinski</b> &lt;<a href="mailto:tss24@cornell.edu">tss24@cornell.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 2/22/06, Moshe Weitzman &lt;<a href="mailto:weitzman@tejasa.com">weitzman@tejasa.com</a>&gt; wrote:<br>&gt; in HEAD Drupal, this order can be customized via the system table. see<br>&gt; the weight column. module_list() uses that ordering for its hook
<br>&gt; invocations.<br><br>Is this configurable on any admin screens or only in the DB?<br><br>I'm assuming if one develops a specific module that should run last it<br>can have in it's hook_install() a query that sets it weight to 10 or
<br>something, right?<br><br>ted<br></blockquote></div><br>