Fix for Can't map tab to function callback

  1. $items['admin/settings/gmapper/add'] = array(
  2.                 'title' => t('Add Map'),
  3.                 'description' => t('Add An Empty Map'),
  4.                 'callback' => 'add_empty_map',
  5.                 'access arguments' => array('access administration pages'),
  6.                 'type' => MENU_LOCAL_TASK,
  7.                 'weight' => 2
  8.         );

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.