From a686c81335caf84c7fdb3fb4a4b5e950266441c0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 18 Dec 2010 01:28:02 +0000 Subject: - Patch #917536 by neclimdul: drupal_initialize_variables() doesn't allow overide of html_errors(). --- includes/bootstrap.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index c2c8e7eba..70dbdc1e0 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -512,8 +512,6 @@ function drupal_environment_initialize() { // sites/default/default.settings.php contains more runtime settings. // The .htaccess file contains settings that cannot be changed at runtime. - // Prevent PHP from generating HTML error messages. - ini_set('html_errors', 0); // Don't escape quotes when reading files from the database, disk, etc. ini_set('magic_quotes_runtime', '0'); // Use session cookies, not transparent sessions that puts the session id in -- cgit v1.2.3