diff --git a/content.install b/content.install index 119e6cd191ac84b58e8f9755a132d93576eb4963..40b220e660ac94c41dab6cc914f94d14a5173f10 100644 --- a/content.install +++ b/content.install @@ -333,9 +333,11 @@ function content_update_11() { } /** - * Empty update - Was : Message encouraging Views 1.6 upgrade - * Removed until Views 1.6 gets out of beta + * CCK 1.5 / Views 1.6 message */ function content_update_12() { + if (module_exist('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(); }