Index: sphinxsearch.module
===================================================================
--- sphinxsearch.module	(revision 551)
+++ sphinxsearch.module	(working copy)
@@ -472,3 +472,9 @@
   }
   return (!empty($table_alias) ? $table_alias .'.' : '') .'type '. $condition;
 }
+
+function sphinxsearch_content_build_modes() {
+  if ((module_exists('content')) && (!module_exists('search'))) {
+    return search_content_build_modes();
+  }
+}
\ No newline at end of file
