diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-06 22:40:20 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-06 22:40:20 +0000 |
commit | 6560a8206ee2b2294febe59a16b4aa3f6e090ac4 (patch) | |
tree | f832dfd4f0a880bb381ae70eae85d799ddf094bc /includes/bootstrap.inc | |
parent | 3f144d60faae1e90ec80fa0a33e9024e75006336 (diff) | |
download | brdo-6560a8206ee2b2294febe59a16b4aa3f6e090ac4.tar.gz brdo-6560a8206ee2b2294febe59a16b4aa3f6e090ac4.tar.bz2 |
#317840 by lilou: Fix typo in Doxygen for REQUEST_TIME.
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |