28 Jul
2005
28 Jul
'05
3:23 a.m.
Issue status update for http://drupal.org/node/27645 Post a follow up: http://drupal.org/project/comments/add/27645 Project: Drupal Version: cvs Component: module system Category: tasks Priority: normal Assigned to: drumm Reported by: drumm Updated by: drumm Status: patch Attachment: http://drupal.org/files/issues/module.inc.diff (1.09 KB) 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. drumm