? 6-validate.patch
? 6-x-conf-ignore.patch
? 683400-redirect.patch
? 745028-set.patch
? test.patch
Index: domain_conf/domain_conf.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/domain/domain_conf/domain_conf.module,v
retrieving revision 1.53.2.5
diff -u -p -r1.53.2.5 domain_conf.module
--- domain_conf/domain_conf.module	21 Feb 2010 19:23:12 -0000	1.53.2.5
+++ domain_conf/domain_conf.module	17 Mar 2010 18:12:47 -0000
@@ -604,7 +604,7 @@ function domain_conf_block($op = 'list',
  */
 function domain_conf_variable_set($domain_id, $variable, $value = NULL) {
   global $conf, $_domain;
-  domain_conf_variable_save($domain_id, $variable, $value = NULL);
+  domain_conf_variable_save($domain_id, $variable, $value);
   // Clear the cache.
   cache_clear_all('variables', 'cache');
   // If we are on the active domain, set the active variable.
