mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
Various, typically posting related updates
git-svn-id: file:///svn/phpbb/trunk@2997 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -30,9 +30,9 @@ include($phpbb_root_path . 'includes/functions_posting.'.$phpEx);
|
||||
//
|
||||
// Is PM disabled?
|
||||
//
|
||||
if ( !empty($config['privmsg_disable']) )
|
||||
if (!empty($config['privmsg_disable']))
|
||||
{
|
||||
message_die(MESSAGE, 'PM_disabled');
|
||||
trigger_error('PM_disabled');
|
||||
}
|
||||
|
||||
$html_entities_match = array('#&#', '#<#', '#>#');
|
||||
|
Reference in New Issue
Block a user