mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11959] Rename phpbb_gen_string_list() & fix incorrect var name.
PHPBB3-11959
This commit is contained in:
@@ -1508,7 +1508,7 @@ function phpbb_gen_download_links($param_key, $param_val, $phpbb_root_path, $php
|
||||
*
|
||||
* @return string String list. Examples: "A"; "A and B"; "A, B and C"
|
||||
*/
|
||||
function phpbb_gen_string_list($items, $user)
|
||||
function phpbb_generate_string_list($items, $user)
|
||||
{
|
||||
$count = sizeof($items);
|
||||
$last_item = '';
|
||||
|
Reference in New Issue
Block a user