? panels-support.diff
Index: content.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck/content.module,v
retrieving revision 1.90.2.46
diff -u -p -r1.90.2.46 content.module
--- content.module	8 Dec 2007 13:09:26 -0000	1.90.2.46
+++ content.module	26 Dec 2007 23:40:28 -0000
@@ -38,6 +38,10 @@ function content_init() {
     if (module_exists('views')) {
       include_once('./'. drupal_get_path('module', 'content') .'/content_views.inc');
     }
+    // Include the code to make CCK groups a "content type" (panels terminlogy)
+    if (module_exists('panels')) {
+      include_once('./'. drupal_get_path('module', 'content') .'/content_panels.inc');
+    }
     // according to http://drupal.org/node/60526, this should not go in hook_menu
     if (module_exists('pathauto')) {
       include_once('./'. drupal_get_path('module', 'content') .'/content_pathauto.inc');
