Geo implementation of hook_elements() is defined in wrong file: geo.input.inc instead of geo.module. This results in it not always working on first page request after Drupal caches are cleared, since if some module calls the hook in its module_init() before geo_init() is called, geo.input.inc is not loaded yet and Drupal thinks the hook does not exist.

Patch against CVS HEAD attached.

CommentFileSizeAuthor
geo-hook_elements.patch1.41 KBahtih