You are here

function colorbox_update_6001 in Colorbox 6

Delete the unused colorbox_login_form variabel.

File

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

Code

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