function print_join_page_counter::join in Printer, email and PDF versions 6
File
- ./print_join_page_counter.inc, line 18 
- Custom Views integration join for the page counters
Class
- print_join_page_counter
- @file Custom Views integration join for the page counters
Code
function join($table, &$query) {
  $this->left_field = "CONCAT('node/', {$this->left_table}.{$this->left_field})";
  $this->left_table = NULL;
  return parent::join($table, $query);
}