Adds the footer menu to custom menus.
function menu_update_8002() {
db_insert('menu_custom')
->fields(array(
'menu_name' => 'footer',
'title' => 'Footer menu',
'description' => 'Use this for linking to site information.',
))
->execute();
}