@@ -76,6 +76,5 @@ function aggregator_aggregator_fetch($feed) {
default:
watchdog('aggregator','The feed from %site seems to be broken, due to "%error".',array('%site'=>$feed->title,'%error'=>$result->code.' '.$result->error),WATCHDOG_WARNING);
drupal_set_message(t('The feed from %site seems to be broken, because of error "%error".',array('%site'=>$feed->title,'%error'=>$result->code.' '.$result->error)));
'description'=>$t('Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services.'),
'description'=>$t('Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services. If you are certain that Drupal can access web pages but you are still seeing this message, you may add <code>$conf[\'drupal_http_request_fails\'] = FALSE;</code> to the bottom of your settings.php file.'),
watchdog('update','Fetched information about all available new releases and updates.',array(),WATCHDOG_NOTICE,l(t('view'),'admin/reports/updates'));
}
else{
module_invoke('system','check_http_request');
watchdog('update','Unable to fetch any information about available new releases and updates.',array(),WATCHDOG_ERROR,l(t('view'),'admin/reports/updates'));