history

Fix for history data for recently viewed nodes

  1. <?php
  2. // $Id$
  3.  
  4. /**
  5.  * Implementation of hook_views_handlers().
  6.  */
  7. function mymodule_history_views_handlers() {
  8.   return array(
  9.     'info' => array(
  10.       'path' => drupal_get_path('module',

history data for recently viewed nodes

  1. <?php
  2. // $Id$
  3.  
  4. /**
  5.  * Implementation of hook_views_handlers().
  6.  */
  7. function mymodule_history_views_handlers() {
  8.   return array(
  9.     'info' => array(
  10.       'path' => drupal_get_path('module',
Syndicate content