Index: paging.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/paging/paging.module,v
retrieving revision 1.15.2.12
diff -u -p -r1.15.2.12 paging.module
--- paging.module	25 Jan 2008 18:07:19 -0000	1.15.2.12
+++ paging.module	4 Jun 2008 00:05:28 -0000
@@ -209,7 +209,7 @@ function _paging_nodeapi(&$node, &$nodeb
     case 'alter':
       if (!$node->in_preview && strpos($teaser ? $nodeteaser : $nodebody, '<!--paging_filter-->') !== FALSE) {
         $element = 1;
-        if (!$teaser && $node->page_count > 1 && arg(2) != 'print' && arg(2) != 'full') {
+        if (!$teaser && $node->page_count > 1 && arg(2) != 'print' && (arg(2) != 'full' && (isset($_GET['page']) && $_GET['page'] != 'full'))) {
           global $pager_page_array, $pager_total;
           $page = isset($_GET['page']) ? $_GET['page'] : '';
           $pager_page_array = explode(',', $page);
