From b1e648ea5e6750dcf62415d511416d56d6c92d32 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 18 Mar 2003 23:27:04 +0000 Subject: [PATCH] you have not seen this one. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3675 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 1 - 1 file changed, 1 deletion(-) 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());