From 6560a8206ee2b2294febe59a16b4aa3f6e090ac4 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 6 Oct 2008 22:40:20 +0000 Subject: #317840 by lilou: Fix typo in Doxygen for REQUEST_TIME. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index f7e9a1ec3..5d6c5232b 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -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 -- cgit v1.2.3