Skip to content

Commit 391bda0

Browse files
committed
[ticket/16005] Remove references that don't make sense anymore
PHPBB-16005
1 parent aa674a4 commit 391bda0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phpBB/includes/functions_convert.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ function user_group_auth($group, $select_query, $use_src_db)
10221022
/**
10231023
* Retrieves configuration information from the source forum and caches it as an array
10241024
* Both database and file driven configuration formats can be handled
1025-
* (the type used is specified in $config_schema, see convert_phpbb20.php for more details)
1025+
* (the type used is specified in $config_schema)
10261026
*/
10271027
function get_config()
10281028
{
@@ -1110,7 +1110,7 @@ function get_config()
11101110

11111111
/**
11121112
* Transfers the relevant configuration information from the source forum
1113-
* The mapping of fields is specified in $config_schema, see convert_phpbb20.php for more details
1113+
* The mapping of fields is specified in $config_schema
11141114
*/
11151115
function restore_config($schema)
11161116
{

0 commit comments

Comments
 (0)