? author_pane_445192.patch
Index: author_pane.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/author_pane/author_pane.module,v
retrieving revision 1.1.2.13
diff -u -p -r1.1.2.13 author_pane.module
--- author_pane.module	10 Apr 2009 02:55:11 -0000	1.1.2.13
+++ author_pane.module	26 Apr 2009 07:06:56 -0000
@@ -36,6 +36,7 @@ function author_pane_block($op = 'list',
   switch ($op) {
     case 'list':
      $blocks[0]['info'] = t('Author Pane');
+     $blocks[0]['cache'] =t(BLOCK_CACHE_PER_PAGE);
 
      return $blocks;
 
