Index: taxonomy_access.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_access/taxonomy_access.module,v
retrieving revision 1.102.2.14.2.15
diff -u -r1.102.2.14.2.15 taxonomy_access.module
--- taxonomy_access.module	18 Aug 2008 14:14:20 -0000	1.102.2.14.2.15
+++ taxonomy_access.module	22 Aug 2008 21:46:39 -0000
@@ -185,7 +185,7 @@
       );
   }
   // Only include administrative callbacks and css if we are viewing an admin page.
-  else if (arg(0) == 'admin' AND ((arg(1) == 'user' AND arg(2) == 'taxonomy_access') OR (arg(1) == 'content' AND arg(2) == 'taxonomy'))) {
+  else if (arg(0) == 'admin') {
     $path = drupal_get_path('module', 'taxonomy_access');
     include_once($path . '/taxonomy_access_admin.inc');
     drupal_add_css($path . '/admin.css');

