mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
fixed some small bugs... added the updater (this one needs some testing, i have moved some things around)
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3674 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1455,7 +1455,7 @@ else if ( $submit || $refresh || $mode != '' )
|
||||
$privmsg_message = str_replace('<br />', "\n", $privmsg_message);
|
||||
$privmsg_message = preg_replace('#</textarea>#si', '</textarea>', $privmsg_message);
|
||||
|
||||
$user_sig = ( $board_config['allow_sig'] ) ? $privmsg['user_sig'] : '';
|
||||
$user_sig = ( $board_config['allow_sig'] ) ? (($privmsg['privmsgs_type'] == PRIVMSGS_NEW_MAIL && %) ? $user_sig : $privmsg['user_sig']) : '';
|
||||
|
||||
$to_username = $privmsg['username'];
|
||||
$to_userid = $privmsg['user_id'];
|
||||
@@ -1679,6 +1679,7 @@ else if ( $submit || $refresh || $mode != '' )
|
||||
// Signature toggle selection - only show if
|
||||
// the user has a signature
|
||||
//
|
||||
echo ";".$user_sig.";";
|
||||
if ( $user_sig != '' )
|
||||
{
|
||||
$template->assign_block_vars('switch_signature_checkbox', array());
|
||||
|
Reference in New Issue
Block a user