Index: sections.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/sections/sections.module,v
retrieving revision 1.1
diff -u -F^f -r1.1 sections.module
--- sections.module	15 Nov 2004 19:32:13 -0000	1.1
+++ sections.module	14 Dec 2004 21:02:18 -0000
@@ -246,6 +246,8 @@ function sections_init() {
  *   Otherwise it will return FALSE
  */
 function sections_in_section($section = NULL) {
+  global $base_url;
+  
   if (is_string($section)) {
     //caller wants to know if shes in the section she provided.
     if($section == sections_in_section()) {
