diff options
Diffstat (limited to 'src/build_post.php')
-rw-r--r-- | src/build_post.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build_post.php b/src/build_post.php index d889b92..d6d23a7 100644 --- a/src/build_post.php +++ b/src/build_post.php @@ -25,4 +25,8 @@ function build_post_subject($listtag, $forumtag, $subject, $reply) { return $subject; } +function strip_list_footer($message, $fpattern) { + return preg_replace($fpattern, '', $message); +} + ?> |