? demo
? mapbuilder-lib-src-1.0.1-release.zip
? mapbuilder-src
? mapbuilder_cleanurls.patch
? mapbuilder_settings_47.patch
Index: mapbuilder.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mapbuilder/mapbuilder.module,v
retrieving revision 1.5.2.1
diff -u -p -r1.5.2.1 mapbuilder.module
--- mapbuilder.module	6 Feb 2007 21:07:39 -0000	1.5.2.1
+++ mapbuilder.module	7 Feb 2007 12:50:07 -0000
@@ -321,7 +321,7 @@ function mapbuilder_set_html_head($confi
 <link rel=\"StyleSheet\" type=\"text/css\" href=\"" . base_path() . $mapbuilder_path . 'lib/skin/default/button.css">
 <script>
   // URL of Mapbuilder configuration file.
-  var mbConfigUrl="' . base_path() . $config_path . '";
+  var mbConfigUrl="' . url($config_path) . '";
   var baseDir="' . base_path() . $mapbuilder_path . 'lib";
   var language="' . $locale . '";
   ' . $extra_js_code . '
