From 391bda011e9985b799608ecab89e807fc4314875 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 26 Sep 2025 15:38:13 +0200 Subject: [PATCH] [ticket/16005] Remove references that don't make sense anymore PHPBB-16005 --- phpBB/includes/functions_convert.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php index 8a161edfa7..9292281c1f 100644 --- a/phpBB/includes/functions_convert.php +++ b/phpBB/includes/functions_convert.php @@ -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 * 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() { @@ -1110,7 +1110,7 @@ function get_config() /** * 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) {