You are here

function security_questions_update_7200 in Security Questions 7.2

Rebuild the menu to detect form function moves.

File

./security_questions.install, line 150
Install file for security_questions.

Code

function security_questions_update_7200() {
  menu_rebuild();
}