# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- <html>l10n_update.inc (<b>2</b>)</html>
+++ <html>l10n_update.inc (<b>Yesterday 16:41:38</b>)</html>
@@ -257,7 +257,7 @@
  *   @see l10n_update_http_request()
  */
 function l10n_update_http_check($url, $headers = array()) {
-  $result = l10n_update_http_request($url, array('headers' => $headers, 'method' => 'HEAD'));
+  $result = drupal_http_request($url, array('headers' => $headers, 'method' => 'HEAD'));
   if ($result && $result->code == '200') {
     $result->updated = isset($result->headers['last-modified']) ? strtotime($result->headers['last-modified']) : 0;
   }