29 Jul
2005
29 Jul
'05
9:09 a.m.
User: dries Branch: HEAD Date: Fri, 29 Jul 2005 07:09:31 +0000 Modified files: /includes module.inc Log message: - Patch #27645 by Neil: refactor away module_load_all(). "This function is called in one place, so it can be rolled into the calling function. The return value isn't used so we can remove handling of it. This is executed for every non-cached page view, so the smaller code should save a smallish ammount of memory and time." Links: http://cvs.drupal.org/diff.php?path=drupal/includes/module.inc&old=1.67&new=...