/[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.4 by robloach, Sat May 31 05:10:47 2008 UTC revision 1.6.2.5 by robloach, Fri Sep 12 18:02:33 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: browscap.module,v 1.6.2.3 2007/05/01 23:44:35 jjeff Exp $  // $Id: browscap.module,v 1.6.2.4 2008/05/31 05:10:47 robloach Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 279  function _browscap_boolean($value) { Line 279  function _browscap_boolean($value) {
279   */   */
280  function _browscap_import($cron = TRUE) {  function _browscap_import($cron = TRUE) {
281    // Politely check the version for updates before fetching the file    // Politely check the version for updates before fetching the file
282    $versionpage = drupal_http_request('http://browsers.garykeith.com/version.asp');    $versionpage = drupal_http_request('http://browsers.garykeith.com/versions/version-number.asp');
283    if ($versionpage->error) {    if ($versionpage->error) {
284      watchdog('browscap', t("Couldn't check version: "). $versionpage->error);      watchdog('browscap', t("Couldn't check version: "). $versionpage->error);
285      if (!$cron) {      if (!$cron) {

Legend:
Removed from v.1.6.2.4  
changed lines
  Added in v.1.6.2.5

  ViewVC Help
Powered by ViewVC 1.1.3