mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12841] prefix function name with phpbb_
PHPBB3-12841
This commit is contained in:
@@ -668,7 +668,7 @@ function validate_range($value_ary, &$error)
|
||||
* of the form: array('after' => 'config_name')
|
||||
* @return array The array of config display vars
|
||||
*/
|
||||
function insert_config_array($display_vars, $add_config_vars, $where)
|
||||
function phpbb_insert_config_array($display_vars, $add_config_vars, $where)
|
||||
{
|
||||
if (is_array($where) && array_key_exists(current($where), $display_vars))
|
||||
{
|
||||
|
Reference in New Issue
Block a user