You are here

function colorbox_update_7001 in Colorbox 7.2

Same name and namespace in other branches
  1. 7 colorbox.install \colorbox_update_7001()

Delete the unused colorbox_login_form variable.

File

./colorbox.install, line 77
Install, update and uninstall functions for the colorbox module.

Code

function colorbox_update_7001() {
  $ret = array();
  variable_del('colorbox_login_form');
  return $ret;
}