--- footermap.module.old	2008-03-05 08:45:46.000000000 -0500
+++ footermap.module	2008-03-05 08:45:21.000000000 -0500
@@ -53,7 +53,7 @@
 		'title' => t('Footermap'),
 		'description' => t('Change recurse limit or specify top menu id'),
 		'callback' => 'drupal_get_form',
-		'callback arguments' => array('footermap_settings'),
+		'callback arguments' => array('footermap_admin_settings'),
 		'access' => user_access('administer site configuration'),
 		'type' => MENU_NORMAL_ITEM
 	);
@@ -65,7 +65,7 @@
  * Setup settings form for footermap
  * @return array an array of forms
  */
- function footermap_settings()
+ function footermap_admin_settings()
  {
     $form['recurse_limit'] = array(
 	'#type' => 'textfield',
@@ -94,7 +94,7 @@
         '#description' => t('Display menu block headers in the footer site map.'),
         );
     return system_settings_form($form);
- } // function footermap_settings
+ } // function footermap_admin_settings
 
 
  /*
