Index: includes/bootstrap.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v
retrieving revision 1.229
diff -u -p -r1.229 bootstrap.inc
--- includes/bootstrap.inc	6 Oct 2008 14:26:54 -0000	1.229
+++ includes/bootstrap.inc	6 Oct 2008 21:53:19 -0000
@@ -183,7 +183,7 @@ define('LANGUAGE_NEGOTIATION_DOMAIN', 3)
 /**
  * For convenience, define a short form of the request time global.
  */
-define ('REQUEST_TIME', $_SERVER['REQUEST_TIME']);
+define('REQUEST_TIME', $_SERVER['REQUEST_TIME']);
 
 /**
  * Start the timer with the specified name. If you start and stop
