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

Delete the unused colorbox_login_form variable.

File

./colorbox.install, line 133

Code

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