diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-06-11 13:45:39 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-06-11 13:45:39 +0200 |
commit | 63b2e364929c941d814f6ba493551d458076941a (patch) | |
tree | 9a37571744991557376da38c0ff2db20f26a4efb /phpBB/includes/php/ini.php | |
parent | 5bea6ed94658d3302dda54eceaeb326e6f888286 (diff) | |
download | forums-63b2e364929c941d814f6ba493551d458076941a.tar forums-63b2e364929c941d814f6ba493551d458076941a.tar.gz forums-63b2e364929c941d814f6ba493551d458076941a.tar.bz2 forums-63b2e364929c941d814f6ba493551d458076941a.tar.xz forums-63b2e364929c941d814f6ba493551d458076941a.zip |
[ticket/10931] Correct method description of get_string().
PHPBB3-10931
Diffstat (limited to 'phpBB/includes/php/ini.php')
-rw-r--r-- | phpBB/includes/php/ini.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/php/ini.php b/phpBB/includes/php/ini.php index 92965e7f94..3910700163 100644 --- a/phpBB/includes/php/ini.php +++ b/phpBB/includes/php/ini.php @@ -38,8 +38,7 @@ class phpbb_php_ini } /** - * Gets configuration option value as a string and performs various - * normalisation on the returned value. + * Gets the configuration option value as a trimmed string. * * @param string $varname The configuration option name. * @return bool|string False if configuration option does not exist, |