diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index 5b346ffc7e..7c5d0e3d85 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -1679,7 +1679,6 @@ 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());