mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
More fixes, prune everything option (for forum admin), minor change to avatar mime type preg ... see if that helps with certain "doesn't match image type" issues
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3133 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -644,7 +644,7 @@ if( !empty($mode) )
|
||||
|
||||
|
||||
include($phpbb_root_path . "includes/prune.$phpEx");
|
||||
prune($from_id, 0); // Delete everything from forum
|
||||
prune($from_id, 0, true); // Delete everything from forum
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user