#242873 follow-up: Missed adding constants to bootstrap.inc.

merge-requests/26/head
Angie Byron 2008-10-13 04:06:22 +00:00
parent 8292bdd40a
commit 404994e85f
1 changed files with 21 additions and 0 deletions

View File

@ -185,6 +185,27 @@ define('LANGUAGE_NEGOTIATION_DOMAIN', 3);
*/
define('REQUEST_TIME', $_SERVER['REQUEST_TIME']);
/**
* @name Title text filtering flags
* @{
* Flags for use in drupal_set_title().
*/
/**
* Flag for drupal_set_title(); text is not sanitized, so run check_plain().
*/
define('CHECK_PLAIN', 0);
/**
* Flag for drupal_set_title(); text has already been sanitized.
*/
define('PASS_THROUGH', -1);
/**
* @} End of "Title text filtering flags".
*/
/**
* Start the timer with the specified name. If you start and stop
* the same timer multiple times, the measured intervals will be