Index: includes/bootstrap.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v
retrieving revision 1.59
diff -u -r1.59 bootstrap.inc
--- includes/bootstrap.inc	29 Jul 2005 08:18:19 -0000	1.59
+++ includes/bootstrap.inc	2 Aug 2005 20:01:40 -0000
@@ -35,6 +35,9 @@
 
   list($usec, $sec) = explode(' ', microtime());
   $timers[$name]['start'] = (float)$usec + (float)$sec;
+  if (!isset($timers[$name]['count'])) {
+    $timers[$name]['count'] = 0;
+  }
   $timers[$name]['count']++;
 }
 
