Index: blocks404.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/blocks404/blocks404.module,v retrieving revision 1.4 diff -u -p -r1.4 blocks404.module --- blocks404.module 6 Jan 2009 06:42:50 -0000 1.4 +++ blocks404.module 21 Oct 2009 03:15:44 -0000 @@ -40,7 +40,7 @@ function blocks404_404_page() { * Renders the left and right regions and resets the body classes on 404 pages. */ function blocks404_preprocess_page(&$vars, $hook) { - if (strpos(drupal_get_headers(), 'HTTP/1.1 404 Not Found') !== FALSE) { + if (strpos(drupal_get_headers(), '404 Not Found') !== FALSE) { module_load_include('inc', 'blocks404', 'blocks404.active'); _blocks404_preprocess_page($vars); }