1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-12 07:24:31 +02:00

[ticket/16005] Remove references that don't make sense anymore

PHPBB-16005
This commit is contained in:
Marc Alexander
2025-09-26 15:38:13 +02:00
parent aa674a42a0
commit 391bda011e

View File

@@ -1022,7 +1022,7 @@ function user_group_auth($group, $select_query, $use_src_db)
/** /**
* Retrieves configuration information from the source forum and caches it as an array * Retrieves configuration information from the source forum and caches it as an array
* Both database and file driven configuration formats can be handled * Both database and file driven configuration formats can be handled
* (the type used is specified in $config_schema, see convert_phpbb20.php for more details) * (the type used is specified in $config_schema)
*/ */
function get_config() function get_config()
{ {
@@ -1110,7 +1110,7 @@ function get_config()
/** /**
* Transfers the relevant configuration information from the source forum * Transfers the relevant configuration information from the source forum
* The mapping of fields is specified in $config_schema, see convert_phpbb20.php for more details * The mapping of fields is specified in $config_schema
*/ */
function restore_config($schema) function restore_config($schema)
{ {