Advertisement
asanchez75

Drupal/modules

Jun 12th, 2011
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. =menu=
  2. menu_attributes
  3.  
  4. foreach (module_list() as $module) {
  5. module_invoke($module, 'update_index');
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement