mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
ok, first attempt at solving some compatibility issues.
- dropping in replacement for realpath git-svn-id: file:///svn/phpbb/trunk@6122 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -141,6 +141,10 @@ function user_add($user_row, $cp_data = false)
|
||||
'user_type' => $user_row['user_type'],
|
||||
);
|
||||
|
||||
/**
|
||||
* @todo user_allow_email is not used anywhere. Think about removing it.
|
||||
*/
|
||||
|
||||
// These are the additional vars able to be specified
|
||||
$additional_vars = array(
|
||||
'user_permissions' => '',
|
||||
|
Reference in New Issue
Block a user