File: includes/acp/acp_bots.php
Unmodified
Added
Modified
Removed
Line 141 | Line 141 |
---|
case 'edit': case 'add':
|
case 'edit': case 'add':
|
include_once($phpbb_root_path . 'includes/functions_user.' . $phpEx);
| if (!function_exists('user_update_name')) { include($phpbb_root_path . 'includes/functions_user.' . $phpEx); }
|
$bot_row = array( 'bot_name' => utf8_normalize_nfc(request_var('bot_name', '', true)),
| $bot_row = array( 'bot_name' => utf8_normalize_nfc(request_var('bot_name', '', true)),
|