diff options
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 6637aed96..1b7b52eb4 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1460,7 +1460,7 @@ function drupal_anonymous_user($session = '') { * function called from drupal_bootstrap (recursion). * @return * The most recently completed phase. - * + * */ function drupal_bootstrap($phase = NULL, $new_phase = TRUE) { $final_phase = &drupal_static(__FUNCTION__ . '_final_phase'); |