You are here

function colorbox_update_7201 in Colorbox 7.2

Delete the unused colorbox_auto_image_nodes variable.

File

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

Code

function colorbox_update_7201() {
  $ret = array();
  variable_del('colorbox_auto_image_nodes');
  return $ret;
}