Unnamed
public unlisted text v1 · immutableif ($post->{'posterid'} == 0 || ($pu && $pu->{'journaltype'} == 'I')) {
$ret .= '<div style="max-height: 400px; overflow: auto;">'.$post->{'body'}.'</div>';
} else {
$ret .= $post->{'body'};
}if ($post->{'posterid'} == 0 || ($pu && $pu->{'journaltype'} == 'I')) {
$ret .= '<div style="max-height: 400px; overflow: auto;">'.$post->{'body'}.'</div>';
} else {
$ret .= $post->{'body'};
}