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

Diff of /contributions/modules/browscap/browscap.module

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

revision 1.5, Thu Jan 5 20:01:00 2006 UTC revision 1.6, Thu Apr 13 15:49:30 2006 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: browscap.module,v 1.4 2005/09/18 16:46:07 mikeryan Exp $  // $Id: browscap.module,v 1.5 2006/01/05 20:01:00 deekayen Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 396  function browscap_top_useragents($view = Line 396  function browscap_top_useragents($view =
396        $rows[] = array($useragent->parent, $useragent->counter, $useragent->percent);        $rows[] = array($useragent->parent, $useragent->counter, $useragent->percent);
397      }      }
398    }    }
399    if ($pager = theme('pager', NULL, 50, 0, tablesort_pager())) {    if ($pager = theme('pager', NULL, 50, 0)) {
400      $rows[] = array(array('data' => $pager, 'colspan' => 2));      $rows[] = array(array('data' => $pager, 'colspan' => 2));
401    }    }
402    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2