From 048664f2786fce9bd049f39eea39a2a7fe2868f0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 5 Apr 2001 20:33:36 +0000 Subject: - a bunch of various updates --- modules/story.module | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'modules/story.module') diff --git a/modules/story.module b/modules/story.module index fbe8a12f4..d83557456 100644 --- a/modules/story.module +++ b/modules/story.module @@ -19,6 +19,18 @@ class Story { } } +function story_post_threshold($node, $default) { + return $default; +} + +function story_dump_threshold($node, $default) { + return $default; +} + +function story_timout_threshold($node, $default) { + return $default; +} + function story_find($keys) { global $status, $user; $find = array(); @@ -44,7 +56,7 @@ function story_view($node, $page = 1) { switch($op) { case t("Preview comment"): $theme->header(); - comment_preview(check_input($pid), check_input($id), ($subject ? check_output($subject) : ""), ($comment ? check_output($comment) : "")); + comment_preview(check_input($pid), check_input($id), $subject, $comment); $theme->footer(); break; case t("Post comment"): -- cgit v1.2.3