/[drupal]/contributions/modules/views/views.module
ViewVC logotype

Diff of /contributions/modules/views/views.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.94, Sat Mar 25 03:35:19 2006 UTC revision 1.95, Thu Apr 13 15:49:31 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: views.module,v 1.93 2006/03/23 05:49:10 merlinofchaos Exp $  // $Id: views.module,v 1.94 2006/03/25 03:35:19 merlinofchaos Exp $
3    
4  function views_init() {  function views_init() {
5    // hook init is called even on cached pages, but we don't want to    // hook init is called even on cached pages, but we don't want to
# Line 623  function views_build_view($type, $view, Line 623  function views_build_view($type, $view,
623    $output .= views_theme('views_view', $view, $type, $items, $info['level'], $args);    $output .= views_theme('views_view', $view, $type, $items, $info['level'], $args);
624    
625    if ($use_pager) {    if ($use_pager) {
626      $tablesort = ($view->table_header && !$info['summary']) ? tablesort_pager() : array();      $output .= theme('pager', NULL, $limit, $use_pager);
     $output .= theme('pager', NULL, $limit, $use_pager, $tablesort);  
627    }    }
628    // Call a hook that'll let modules modify the view just after it is displayed.    // Call a hook that'll let modules modify the view just after it is displayed.
629    foreach (module_implements('views_post_view') as $module) {    foreach (module_implements('views_post_view') as $module) {

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

  ViewVC Help
Powered by ViewVC 1.1.2