#317840 by lilou: Fix typo in Doxygen for REQUEST_TIME.
parent
3f144d60fa
commit
6560a8206e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue