diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-02-24 13:37:52 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-02-24 13:39:48 +0100 |
commit | 6bf64d5620b1b9f165a65b50042c391a29ef151c (patch) | |
tree | 126a5f1fa6d3c50ac4923a7c102cdfb1ca4911ae /phpBB | |
parent | a9037a68c177d396b2ed4b9bfcaad64536a01aaa (diff) | |
download | forums-6bf64d5620b1b9f165a65b50042c391a29ef151c.tar forums-6bf64d5620b1b9f165a65b50042c391a29ef151c.tar.gz forums-6bf64d5620b1b9f165a65b50042c391a29ef151c.tar.bz2 forums-6bf64d5620b1b9f165a65b50042c391a29ef151c.tar.xz forums-6bf64d5620b1b9f165a65b50042c391a29ef151c.zip |
[ticket/7262] Add note about set_config() not updating is_dynamic.
PHPBB3-7262
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 2ca7d7f898..ccd2d3147c 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -139,6 +139,9 @@ function request_var($var_name, $default, $multibyte = false, $cookie = false) /** * Sets a configuration option's value. * +* Please note that this function does not update the is_dynamic value for +* an already existing config option. +* * @param string $config_name The configuration option's name * @param string $config_value New configuration value * @param bool $is_dynamic Whether this variable should be cached (false) or |