Index: install_profile_api/contrib/content.inc
===================================================================
--- install_profile_api/contrib/content.inc	(revision 2228)
+++ install_profile_api/contrib/content.inc	(working copy)
@@ -160,7 +160,7 @@
       'display' => array('description' => '', 'teaser' => NULL, 'label' => NULL),
     );
   }
-  db_query("INSERT INTO {node_group} (type_name, group_name, label, settings, weight)
+  db_query("INSERT INTO {content_group} (type_name, group_name, label, settings, weight)
     VALUES ('%s', '%s', '%s', '%s', %d)",
     $content_type, $group_name, $label, serialize($settings), $weight);
 }
@@ -177,7 +177,7 @@
     $fields = array($fields);
   }
   foreach ($fields AS $field_name) {
-    db_query("INSERT INTO {node_group_fields} (type_name, group_name, field_name)
+    db_query("INSERT INTO {content_group_fields} (type_name, group_name, field_name)
       VALUES ('%s', '%s', '%s')",
       $content_type, $group_name, $field_name);
   }
