Index: includes/bootstrap.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v retrieving revision 1.362 diff -u -r1.362 bootstrap.inc --- includes/bootstrap.inc 11 Mar 2010 21:23:05 -0000 1.362 +++ includes/bootstrap.inc 12 Mar 2010 02:28:34 -0000 @@ -6,6 +6,9 @@ * Functions that need to be loaded on every Drupal request. */ +$code_coverage_installed = TRUE; +require_once 'sites/all/modules/code_coverage/code_coverage.xdebug.inc'; + /** * The current system version. */