You are here

function honeypot_update_7004 in Honeypot 7

Create Honeypot CSS file.

File

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

Code

function honeypot_update_7004() {
  drupal_load('module', 'honeypot');
  module_load_include('inc', 'honeypot', 'honeypot.admin');
  honeypot_create_css(variable_get('honeypot_element_name', 'url'));
}