You are here

function honeypot_update_7001 in Honeypot 7

Implements hook_update_N().

File

./honeypot.install, line 79
Install, update and uninstall functions for the Honeypot module.

Code

function honeypot_update_7001() {
  $ret = array();

  // Leaving this in because I had it in version 1.3. Silly me.
  return $ret;
}