- print_posting_as_HTML ($message_path,
- $show_posting -> {templateFile},
- {assign => $show_posting -> {assign},
- thread => $tid,
- posting => $mid,
- adminDefault => $adminDefault,
- messages => $show_posting -> {messages},
- form => $show_posting -> {form},
- cgi => $cgi,
- tree => $tree
- });}
+ print_posting_as_HTML (
+ $message_path,
+ $show_posting -> {templateFile},
+ { assign => $show_posting -> {assign},
+ thread => $tid,
+ posting => $mid,
+ adminDefault => $adminDefault,
+ messages => $show_posting -> {messages},
+ form => $show_posting -> {form},
+ cgi => $cgi,
+ tree => $tree
+ }
+ );
+}