diff --git a/upload/source/admincp/moderate/moderate_reply.php b/upload/source/admincp/moderate/moderate_reply.php index 2f63cc39a21d618d753a7d1d9da87402298ea4d5..e9f9b3edbc8ec083cb70b953a01a4add73a43b9f 100644 --- a/upload/source/admincp/moderate/moderate_reply.php +++ b/upload/source/admincp/moderate/moderate_reply.php @@ -150,7 +150,7 @@ if(!submitcheck('modsubmit') && !$_GET['fast']) { showtagheader('tbody', '', true, 'hover'); showtablerow("id=\"mod_$post[pid]_row1\"", array("id=\"mod_$post[pid]_row1_op\" rowspan=\"3\" class=\"rowform threadopt\" style=\"width:80px;\"", '', 'width="120"', 'width="120"', 'width="55"'), array( "", - "

$post[tsubject] › $post[subject] $post_censor_text

$post[useip]

", + $post['subject'] ? "

$post[tsubject] › $post[subject] $post_censor_text

$post[useip]

" : "

$post[tsubject] › $post_censor_text

$post[useip]

", "$post[forumname]", "

$post[author]

$post[dateline]

", "$lang[view] $lang[edit]",