you have not seen this one. ;)

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3675 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2003-03-18 23:27:04 +00:00
parent 374560da38
commit b1e648ea5e

View file

@ -1679,7 +1679,6 @@ else if ( $submit || $refresh || $mode != '' )
// Signature toggle selection - only show if // Signature toggle selection - only show if
// the user has a signature // the user has a signature
// //
echo ";".$user_sig.";";
if ( $user_sig != '' ) if ( $user_sig != '' )
{ {
$template->assign_block_vars('switch_signature_checkbox', array()); $template->assign_block_vars('switch_signature_checkbox', array());