summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-05-21 07:53:24 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-05-21 07:53:24 -0700
commit491ae8b00fcbd4ade76e558954a8bdf2be2f86e8 (patch)
treeac20bb9099a31edca938e9b907f375f5ea24e1ce
parent1f485b87ec5330f316f1780f8e3a687e20d3bef1 (diff)
downloadbrdo-491ae8b00fcbd4ade76e558954a8bdf2be2f86e8.tar.gz
brdo-491ae8b00fcbd4ade76e558954a8bdf2be2f86e8.tar.bz2
Issue #1578590 by ksenzee: Replace references to nonexesitent function drupal_initialize_variables
-rw-r--r--.htaccess2
-rw-r--r--sites/default/default.settings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index e59cd99a5..246edc2db 100644
--- a/.htaccess
+++ b/.htaccess
@@ -20,7 +20,7 @@ ErrorDocument 404 /index.php
DirectoryIndex index.php index.html index.htm
# 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.
# PHP 5, Apache 1 and 2.
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 87eaabbc5..30699a0a2 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -262,7 +262,7 @@ $drupal_hash_salt = '';
* To see what PHP settings are possible, including whether they can be set at
* runtime (by using ini_set()), read the PHP documentation:
* http://www.php.net/manual/en/ini.list.php
- * See drupal_initialize_variables() in includes/bootstrap.inc for required
+ * See drupal_environment_initialize() in includes/bootstrap.inc for required
* runtime settings and the .htaccess file for non-runtime settings. Settings
* defined there should not be duplicated here so as to avoid conflict issues.
*/