? .svn
? icons/.svn
Index: admin_hover.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/admin_hover/admin_hover.module,v
retrieving revision 1.4.2.2
diff -u -p -r1.4.2.2 admin_hover.module
--- admin_hover.module	2 Jan 2009 18:32:44 -0000	1.4.2.2
+++ admin_hover.module	7 Jan 2009 00:16:10 -0000
@@ -573,10 +573,14 @@ function admin_hover_links($admin_hover,
     if ($link['dependencies']) {
       foreach ($link['dependencies'] as $dependency) {
         if (!module_exists($dependency)) {
+          $missing_dependency;
           continue;
         }
       }
     }
+    if ($missing_dependency) {
+      continue;
+    }
     // check access
     if ($check_access) {
       $link['access callback'] = $link['access callback'] ? trim($link['access callback']) : 'user_access';
