 import.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/import.inc b/import.inc
index 5773afd..a926029 100644
--- a/import.inc
+++ b/import.inc
@@ -53,11 +53,11 @@ function _browscap_import($cron = TRUE) {
   }
 
   // Retrieve the browscap data using HTTPS
-  $browscap_data = drupal_http_request('https://browsers.garykeith.com/stream.asp?PHP_BrowsCapINI');
+  $browscap_data = drupal_http_request('https://browsers.garykeith.com/stream.asp?Full_PHP_BrowscapINI');
 
   // If the browscap data could not be checked using HTTPS, try HTTP
   if (isset($browscap_data->error)) {
-    $browscap_data = drupal_http_request('http://browsers.garykeith.com/stream.asp?PHP_BrowsCapINI');
+    $browscap_data = drupal_http_request('http://browsers.garykeith.com/stream.asp?Full_PHP_BrowscapINI');
   }
 
   // Log an error if the browscap data could not be retrieved
