You are here

function security_questions_update_6200 in Security Questions 6.2

Rebuild the menu to detect form function moves.

File

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

Code

function security_questions_update_6200() {
  menu_rebuild();
}