-print_posting_as_HTML (
- $message_path,
- $show_posting -> {templateFile},
- { assign => $show_posting -> {assign},
- thread => $tid,
- posting => $mid,
- adminDefault => $adminDefault,
- messages => $conf -> {template} -> {messages},
- form => $show_posting -> {form},
- cgi => $cgi,
- tree => $tree,
- voted => $voted || '',
- cachefile => $conf -> {files} -> {cacheFile}
- }
-);
+ print_posting_as_HTML (
+ $message_path,
+ $show_posting -> {templateFile},
+ { assign => $show_posting -> {assign},
+ thread => $tid,
+ posting => $mid,
+ adminDefault => $adminDefault,
+ messages => $conf -> {template} -> {messages},
+ form => $show_posting -> {form},
+ cgi => $cgi,
+ tree => $tree,
+ voted => $voted || '',
+ cachepath => $conf -> {files} -> {cachePath}
+ }
+ );
+}
+else {
+ print header(-status => '204 No Response');
+}