1
0
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:
Paul S. Owen
2002-11-01 12:23:08 +00:00
parent 1a67029fcd
commit 6fa38a1181
9 changed files with 313 additions and 334 deletions

View File

@@ -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('#&#', '#<#', '#>#');