﻿cvs diff: Diffing .
Index: domain.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/domain/domain.module,v
retrieving revision 1.35
diff -u -p -r1.35 domain.module
--- domain.module       12 Jan 2008 17:14:17 -0000      1.35
+++ domain.module       15 Jan 2008 12:03:45 -0000
@@ -1231,7 +1231,7 @@ function domain_grant_all($reset= FALSE)
 function domain_domaininstall() {
   // Check to see if the hook_url_alter() patch is installed.
   if (url('domain_access_test_path') != url('domain_access_path_test')) {
-    drupal_set_message(t('The hook_url_rewrite() patch is not installed.  Some features are not available. See the Patches to Drupal Core section of <a href="!url">README.txt</a>', array('!url' => drupal_get_path('module', 'domain') .'/README.txt')));
+    drupal_set_message(t('The hook_url_rewrite() patch is not installed.  Some features are not available. See the Patches to Drupal Core section of <a href="!url">README.txt</a>', array('!url' => base_path() . drupal_get_path('module', 'domain') .'/README.txt')));
   }
 }
 
cvs diff: Diffing domain_conf
Index: domain_conf/domain_conf.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/domain/domain_conf/domain_conf.module,v
retrieving revision 1.17
diff -u -p -r1.17 domain_conf.module
--- domain_conf/domain_conf.module      29 Dec 2007 21:47:51 -0000      1.17
+++ domain_conf/domain_conf.module      15 Jan 2008 12:03:45 -0000
@@ -271,6 +271,6 @@ function domain_conf_domainwarnings() { 
 function domain_conf_domaininstall() {
   // If Domain Conf is being used, check to see that it is installed correctly.
   if (module_exists('domain_conf') && !function_exists('_domain_conf_load')) {
-    drupal_set_message(t('The Domain Configuration module is not installed correctly.  Please edit your settings.php file as described in <a href="!url">INSTALL.txt</a>', array('!url' => drupal_get_path('module', 'domain_conf') .'/INSTALL.txt')));
+    drupal_set_message(t('The Domain Configuration module is not installed correctly.  Please edit your settings.php file as described in <a href="!url">INSTALL.txt</a>', array('!url' => base_path() . drupal_get_path('module', 'domain_conf') .'/INSTALL.txt')));
   }
 }
\ No newline at end of file
cvs diff: Diffing domain_content
cvs diff: Diffing domain_nav
cvs diff: Diffing domain_prefix
Index: domain_prefix/domain_prefix.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/domain/domain_prefix/domain_prefix.module,v
retrieving revision 1.10
diff -u -p -r1.10 domain_prefix.module
--- domain_prefix/domain_prefix.module  30 Dec 2007 20:20:46 -0000      1.10
+++ domain_prefix/domain_prefix.module  15 Jan 2008 12:03:45 -0000
@@ -746,6 +746,6 @@ function domain_prefix_string($domain_id
 function domain_prefix_domaininstall() {
   // If Domain Prefix is being used, check to see that it is installed correctly.
   if (module_exists('domain_prefix') && !function_exists('_domain_prefix_load')) {
-    drupal_set_message(t('The Domain Prefix module is not installed correctly.  Please edit your settings.php file as described in <a href="!url">INSTALL.txt</a>', array('!url' => drupal_get_path('module', 'domain_prefix') .'/INSTALL.txt')));
+    drupal_set_message(t('The Domain Prefix module is not installed correctly.  Please edit your settings.php file as described in <a href="!url">INSTALL.txt</a>', array('!url' => base_path() . drupal_get_path('module', 'domain_prefix') .'/INSTALL.txt')));
   }
 }
\ No newline at end of file
cvs diff: Diffing domain_strict
cvs diff: Diffing domain_theme
cvs diff: Diffing domain_user
cvs diff: Diffing domain_views
cvs diff: Diffing patches
cvs diff: Diffing tests
