Skip to content
Snippets Groups Projects
Commit 99243487 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1578590 by ksenzee: references to nonexistent function drupal_initialize_variables().

parent 6f760ac8
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -20,8 +20,8 @@ ErrorDocument 404 /index.php ...@@ -20,8 +20,8 @@ ErrorDocument 404 /index.php
DirectoryIndex index.php index.html index.htm DirectoryIndex index.php index.html index.htm
# Override PHP settings that cannot be changed at runtime. See # Override PHP settings that cannot be changed at runtime. See
# sites/default/default.settings.php and drupal_initialize_variables() in # sites/default/default.settings.php and drupal_environment_initialize() in
# includes/bootstrap.inc for settings that can be changed at runtime. # core/includes/bootstrap.inc for settings that can be changed at runtime.
# PHP 5, Apache 1 and 2. # PHP 5, Apache 1 and 2.
<IfModule mod_php5.c> <IfModule mod_php5.c>
......
...@@ -279,9 +279,10 @@ ...@@ -279,9 +279,10 @@
* To see what PHP settings are possible, including whether they can be set at * To see what PHP settings are possible, including whether they can be set at
* runtime (by using ini_set()), read the PHP documentation: * runtime (by using ini_set()), read the PHP documentation:
* http://php.net/manual/ini.list.php * http://php.net/manual/ini.list.php
* See drupal_initialize_variables() in includes/bootstrap.inc for required * See drupal_environment_initialize() in core/includes/bootstrap.inc for
* runtime settings and the .htaccess file for non-runtime settings. Settings * required runtime settings and the .htaccess file for non-runtime settings.
* defined there should not be duplicated here so as to avoid conflict issues. * Settings defined there should not be duplicated here so as to avoid conflict
* issues.
*/ */
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment