You are here

function captcha_update_3 in CAPTCHA 5.3

Implementation of hook_update_N()

File

./captcha.install, line 113
Installation file for the core CAPTCHA module.

Code

function captcha_update_3() {

  // Clearing of the menu cache is needed because the internal menu structure
  // of the CAPTCHA module changed a bit.
  // Because update.php does menu cache clearing automatically,
  // we just do nothing here except returning an empty array.
  return array();
}