I don't have that bit of code in my showthread.php file. It's the vb 2.3.0, and this is the closest there is:
[php]
// ################################################## ##########################
// ############################# SHOW POST ####################################
// ################################################## ##########################
if ($action=="showpost") {
$templatesused =
'postbit_search,vbcode_smilies,vbcode_smiliebit,vb code_smilies_getmore,postbit_b uddy,postbit_useremail,ic
q,aim,yahoo,postbit_homepage,postbit_profile,postb it_ip_show,postbit_ip_hidden,p ostbit,postbit_sendpm,pos
tbit_avatar,postbit_offline,postbit_online,postbit _editedby,postbit_signature,po stbit_attachment,postbit_
attachmentimage,showpost';
include('./global.php');
[php]
|