You are here

function content_update_6007 in Content Construction Kit (CCK) 6.3

Same name and namespace in other branches
  1. 6.2 content.install \content_update_6007()

Dummy update function to make sure the theme registry and css / JS aggregated files are updated.

File

./content.install, line 467

Code

function content_update_6007() {
  if ($abort = content_check_update()) {
    return $abort;
  }
  variable_set('content_schema_version', 6007);
  return array();
}