~pwolanin/+junk/1.x-6.x-deb

« back to all changes in this revision

Viewing changes to modules/update/update.fetch.inc

  • Committer: bzr
  • Date: 2009-01-15 00:30:06 UTC
  • Revision ID: bzr@web3.fourkitchens.com-20090115003006-09rbv04r2gw9bnkd
DrupalĀ 6.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: update.fetch.inc,v 1.7.2.1 2008/04/09 18:36:58 goba Exp $
 
2
// $Id: update.fetch.inc,v 1.7.2.2 2009/01/14 21:36:16 goba Exp $
3
3
 
4
4
/**
5
5
 * @file
57
57
    watchdog('update', 'Fetched information about all available new releases and updates.', array(), WATCHDOG_NOTICE, l(t('view'), 'admin/reports/updates'));
58
58
  }
59
59
  else {
60
 
    module_invoke('system', 'check_http_request');
61
60
    watchdog('update', 'Unable to fetch any information about available new releases and updates.', array(), WATCHDOG_ERROR, l(t('view'), 'admin/reports/updates'));
62
61
  }
63
62
  return $available;