Index: includes/geo.input.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/geo/includes/geo.input.inc,v
retrieving revision 1.4
diff -u -p -r1.4 geo.input.inc
--- includes/geo.input.inc	9 Dec 2009 18:00:49 -0000	1.4
+++ includes/geo.input.inc	12 Feb 2011 22:40:29 -0000
@@ -1,18 +1,6 @@
 <?php // $Id: geo.input.inc,v 1.4 2009/12/09 18:00:49 vauxia Exp $
 
 /**
- * Implementation of hook_elements().
- */
-function geo_elements() {
-  return array(
-    'geo_latlon' => array(
-      '#input' => TRUE,
-      '#process' => array('geo_latlon_process'),
-    ),
-  );
-}
-
-/**
  * A #process handler for the latlon element.
  */
 function geo_latlon_process($element, $edit, $form_state, $form) {
Index: geo.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/geo/geo.module,v
retrieving revision 1.39
diff -u -p -r1.39 geo.module
--- geo.module	26 Apr 2010 05:40:43 -0000	1.39
+++ geo.module	12 Feb 2011 22:40:30 -0000
@@ -15,6 +15,18 @@ function geo_init() {
 }
 
 /**
+ * Implementation of hook_elements().
+ */
+function geo_elements() {
+  return array(
+    'geo_latlon' => array(
+      '#input' => TRUE,
+      '#process' => array('geo_latlon_process'),
+    ),
+  );
+}
+
+/**
  * Implementation of hook_nodeapi().
  */
 function geo_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
