mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
- some fixes
- added script for easy adjustement of username_clean column within the users table (please see the note i added to the utf8_clean_string() function) git-svn-id: file:///svn/phpbb/trunk@6561 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -295,7 +295,7 @@ class acp_search
|
||||
|
||||
if ($post_counter <= $this->max_post_id)
|
||||
{
|
||||
redirect($this->u_action . '&action=delete', 3);
|
||||
redirect($this->u_action . '&action=delete');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -339,7 +339,7 @@ class acp_search
|
||||
|
||||
if ($post_counter <= $this->max_post_id)
|
||||
{
|
||||
redirect($this->u_action . '&action=create', 3);
|
||||
redirect($this->u_action . '&action=create');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user