aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_install.php
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2012-11-10 10:45:02 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2012-11-10 10:45:02 -0600
commitbd37f7f6c04780819dfa8f81b2d761b91859fd67 (patch)
treea4dc4bd1c1d7ba2e21e35ef57dee353defc7da9f /phpBB/includes/functions_install.php
parent7085a6c74d9bc5a4c5a92033977a89f56cce01e1 (diff)
downloadforums-bd37f7f6c04780819dfa8f81b2d761b91859fd67.tar
forums-bd37f7f6c04780819dfa8f81b2d761b91859fd67.tar.gz
forums-bd37f7f6c04780819dfa8f81b2d761b91859fd67.tar.bz2
forums-bd37f7f6c04780819dfa8f81b2d761b91859fd67.tar.xz
forums-bd37f7f6c04780819dfa8f81b2d761b91859fd67.zip
[ticket/11189] Replace DEBUG_EXTRA with DEBUG
PHPBB3-11189
Diffstat (limited to 'phpBB/includes/functions_install.php')
-rw-r--r--phpBB/includes/functions_install.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/functions_install.php b/phpBB/includes/functions_install.php
index 3421c90c88..7a799993db 100644
--- a/phpBB/includes/functions_install.php
+++ b/phpBB/includes/functions_install.php
@@ -528,12 +528,10 @@ function phpbb_create_config_file_data($data, $dbms, $debug = false, $debug_test
if ($debug)
{
$config_data .= "@define('DEBUG', true);\n";
- $config_data .= "@define('DEBUG_EXTRA', true);\n";
}
else
{
$config_data .= "// @define('DEBUG', true);\n";
- $config_data .= "// @define('DEBUG_EXTRA', true);\n";
}
if ($debug_test)