Index: bootstrap.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v retrieving revision 1.59 diff -u -r1.59 bootstrap.inc --- bootstrap.inc 29 Jul 2005 08:18:19 -0000 1.59 +++ bootstrap.inc 30 Jul 2005 13:43:30 -0000 @@ -35,7 +35,7 @@ list($usec, $sec) = explode(' ', microtime()); $timers[$name]['start'] = (float)$usec + (float)$sec; - $timers[$name]['count']++; + $timers[$name]['count'] =+ 1; } /**