Index: googleanalytics.module
===================================================================
--- googleanalytics.module	(revision 534)
+++ googleanalytics.module	(working copy)
@@ -354,11 +354,9 @@
     if (!empty($pages)) {
       if ($visibility < 2) {
         $path = drupal_get_path_alias($_GET['q']);
-        // Compare with the internal and path alias (if any).
+        // Compare with the internal path.
         $page_match = drupal_match_path($path, $pages);
-        if ($path != $_GET['q']) {
-          $page_match = $page_match || drupal_match_path($_GET['q'], $pages);
-        }
+
         // When $visibility has a value of 0, the block is displayed on
         // all pages except those listed in $pages. When set to 1, it
         // is displayed only on those pages listed in $pages.
