HTTP request for browscap version download is incorrect
jacobp - August 10, 2008 - 04:02
| Project: | Browscap |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
diff browscap.module.orig browscap.module
282c282
< $versionpage = drupal_http_request('http://browsers.garykeith.com/version.asp');
---
> $versionpage = drupal_http_request('http://browsers.garykeith.com/versions/version-number.asp');

#1
Thanks a lot!
http://drupal.org/cvs?commit=133372
#2
In case anyone is interested, I've submitted #298906: (d5) HTTP request for browscap version download is incorrect which has a patch for the drupal 5 branch, so we can get this back-ported for drupal 5 users.
#3
Automatically closed -- issue fixed for two weeks with no activity.