| 1 |
$Id$
|
| 2 |
|
| 3 |
Drupal assigns each module a weight. For most operations involving any
|
| 4 |
module that defines a particular hook, the modules are invoked in order
|
| 5 |
first by weight, then by name.
|
| 6 |
|
| 7 |
This module adds a weight column to the modules table at
|
| 8 |
admin/build/modules, allowing weights to be viewed and edited. Once
|
| 9 |
activated, a weight column appears on the modules table. To change a module
|
| 10 |
weight, edit its value and press "Save configuration". Any user who can
|
| 11 |
submit the admin/build/modules form will be able to change module weights.
|