? 227751-remove-node-options.patch
? 234340-prefix-tables.patch
? 367752-domain-content-menu.patch
? 369928-views-filter.patch
? 397116-relationship.patch
? 529026-outbound-doc.patch
? 539422-grants.patch
? 551532-function-exists.patch
? test.patch
Index: settings_custom_url.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/domain/settings_custom_url.inc,v
retrieving revision 1.21
diff -u -p -r1.21 settings_custom_url.inc
--- settings_custom_url.inc	31 May 2009 18:16:40 -0000	1.21
+++ settings_custom_url.inc	17 Aug 2009 17:22:59 -0000
@@ -39,7 +39,7 @@ function domain_url_rewrite_outbound(&$p
   $check = domain_grant_all();
   $seo = variable_get('domain_seo', 0);
   // If using Domain Source, we force links to a specific domain.
-  $use_source = module_exists('domain_source');
+  $use_source = function_exists('domain_source_domainupdate');
 
   if ($check || $seo || $use_source) {
     // Check to see if this is a node or comment link and set $nid accordingly.
