1
0
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:
Matt Friedman
2014-07-24 07:44:35 -07:00
parent 0d320186cf
commit 056584680b
2 changed files with 2 additions and 2 deletions

View File

@@ -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))
{