From 7f2e4572fa1f1e6bcc14f0cc948f6fd988a7ff92 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 3 Nov 2000 07:57:28 +0000 Subject: - fixed bug in search.php - fixed bug in discussion.php - theme update: comment() now takes 3 arguments: $comment - an object with comment data $link - a link to the reply form of that particular comment $thread - the subthread of that particular comment - theme 'marvin' and theme 'zaphod' are updated, theme 'unconed' is left to be done --- submit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'submit.php') diff --git a/submit.php b/submit.php index 18eeb2a42..121e9385f 100644 --- a/submit.php +++ b/submit.php @@ -120,7 +120,7 @@ function submit_preview($subject, $abstract, $article, $category) { $output .= "\n"; $theme->header(); - $theme->article(new Story($user->userid, check_output($subject), check_output($abstract), check_output($article), check_output($category), time())); + $theme->article(new Story($user->userid, $subject, $abstract, $article, $category, time())); $theme->box("Submit a story", $output); $theme->footer(); } @@ -160,4 +160,4 @@ switch($op) { break; } -?> \ No newline at end of file +?> -- cgit v1.2.3