You are here

signup_confirm_email.install in Signup 6.2

File

modules/signup_confirm_email/signup_confirm_email.install
View source
<?php

/**
 * Rebuild the site's menu to remove the stale menu item.
 */
function signup_confirm_email_update_6000() {
  menu_rebuild();
  return array();
}

Functions

Namesort descending Description
signup_confirm_email_update_6000 Rebuild the site's menu to remove the stale menu item.