/[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.6.2.3.2.4 by robloach, Wed Aug 13 02:49:43 2008 UTC revision 1.6.2.3.2.5 by robloach, Sun Mar 8 11:09:27 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: browscap.module,v 1.6.2.3.2.3 2008/08/13 02:47:53 robloach Exp $  // $Id: browscap.module,v 1.6.2.3.2.4 2008/08/13 02:49:43 robloach Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 209  function browscap_top_useragents($view = Line 209  function browscap_top_useragents($view =
209      }      }
210      if ($view == 'all') {      if ($view == 'all') {
211        if ($useragent->is_crawler) {        if ($useragent->is_crawler) {
212          $is_crawler = 'Yes';          $is_crawler = t('Yes');
213        }        }
214        else {        else {
215          $is_crawler = 'No';          $is_crawler = t('No');
216        }        }
217        $rows[] = array($parent, $useragent->counter, $useragent->percent, $is_crawler);        $rows[] = array($parent, $useragent->counter, $useragent->percent, $is_crawler);
218      }      }

Legend:
Removed from v.1.6.2.3.2.4  
changed lines
  Added in v.1.6.2.3.2.5

  ViewVC Help
Powered by ViewVC 1.1.3