--- /home/ecuarock/downloads/tmp/views_alpha_pager.1/views_alpha_pager.module   2007-05-02 01:26:35.000000000 -0700
+++ views_alpha_pager.module    2007-05-02 01:18:09.000000000 -0700
@@ -237,7 +237,7 @@
   if (!empty($items)) {
     $output .= '<div class="apager"><span class="pager-list">';
     foreach ($items as $item) {
-      if ($item == $current) {
+      if ($item === $current) {
         $output .= '<strong class="pager-current">'. $item .'</strong> ';
       }
       else {
