? .cvsignore
? 690746_serialized_fields_to_blobs.patch
? 837832_0.patch
Index: head2head.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/head2head/head2head.module,v
retrieving revision 1.40
diff -u -p -r1.40 head2head.module
--- head2head.module	15 Sep 2010 22:17:33 -0000	1.40
+++ head2head.module	21 Sep 2010 14:20:57 -0000
@@ -563,6 +563,9 @@ function head2head_812688() {
  * Update type field on search tables to be NOT NULL.
  */
 function head2head_853896() {
+  if (drupal_get_installed_schema_version('search') == SCHEMA_UNINSTALLED) {
+    return;
+  }
   db_drop_primary_key('search_dataset');
   $dataset_type_spec = array(
     'type' => 'varchar',
