All pastes #3249803 Raw Edit

Unnamed

public unlisted text v1 · immutable
#3249803 ·published 2015-11-12 19:28 UTC
rendered paste body
if ($post->{'posterid'} == 0 || ($pu && $pu->{'journaltype'} == 'I')) {
    $ret .= '<div style="max-height: 400px; overflow: auto;">'.$post->{'body'}.'</div>';
} else {
    $ret .= $post->{'body'};
}