Index: weblinks.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/weblinks/weblinks.module,v
retrieving revision 1.22
diff -u -r1.22 weblinks.module
--- weblinks.module	3 Jul 2008 00:45:17 -0000	1.22
+++ weblinks.module	10 Jul 2008 14:03:05 -0000
@@ -405,6 +419,7 @@
 function _weblinks_get_access() {
   global $user;
   $roles = $user->roles;
+  $include = array();
 
   // @@@ Bdragon: Hardcoding taxonomy_access? db_rewrite_sql should probabaly be used instead.
   if (module_exists('taxonomy_access')) {
@@ -567,7 +582,7 @@
   $header = array(t('Name'), t('Operations'));
   $tree = taxonomy_get_tree(_weblinks_get_vid(), $parent = 0, $depth = -1, $max_depth = 1);
   $i = 0;
-  $menu = '';
+  $menu = $output = '';
   $bwrow = array();
 
   $menu .= '<div class="weblinkCat"><fieldset class=" collapsible collapsed"><legend>Unclassified</legend>'.
