array( 'table' => 'history', 'left_field' => 'nid', 'field' => 'nid', 'extra' => array( array('field' => 'uid', 'value' => '***CURRENT_USER***', 'numeric' => TRUE), ), ), ); $data['history']['timestamp'] = array( 'title' => t('Has new content'), 'field' => array( 'id' => 'history_user_timestamp', 'help' => t('Show a marker if the content is new or updated.'), ), 'filter' => array( 'help' => t('Show only content that is new or updated.'), 'id' => 'history_user_timestamp', ), ); return $data; }