? boost-517962.patch ? boost-7.patch ? boost-787464.patch ? boost-797136_1.patch ? boost-829674.patch ? boost-842756.patch ? boost-891620.patch ? boost-915680.patch Index: boost.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v retrieving revision 1.2.2.1.2.3.2.98 diff -u -p -r1.2.2.1.2.3.2.98 boost.install --- boost.install 19 Sep 2010 16:43:22 -0000 1.2.2.1.2.3.2.98 +++ boost.install 19 Sep 2010 16:48:58 -0000 @@ -101,7 +101,7 @@ function boost_requirements($phase) { $cache_directories = array_unique($cache_directories); $htaccess = stristr($_SERVER["SERVER_SOFTWARE"], 'apache') ? file_get_contents(dirname($_SERVER["SCRIPT_FILENAME"]) . '/.htaccess') : FALSE; if (BOOST_CRAWL_ON_CRON) { - $crawler_response = drupal_http_request(BOOST_CRAWLER_SELF . '&test=1'); + $crawler_response = drupal_http_request(BOOST_CRAWLER_SELF . '&test=1', array(), 'GET', NULL, 10); $crawler_code = $crawler_response->code; $crawler_error = $crawler_response->error; }