You are here

function content_update_1008 in Content Construction Kit (CCK) 5

CCK 1.5 / Views 1.6 message

File

./content.install, line 555

Code

function content_update_1008() {
  if (module_exists('views') && !function_exists('views_update_12')) {
    drupal_set_message('This version of CCK is targetted to work with Views 1.6 or above. For a better CCK / Views integration, it is advised you update your Views installation.', 'error');
  }
  return array();
}