summaryrefslogtreecommitdiff
path: root/includes/story.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-11-03 07:57:28 +0000
committerDries Buytaert <dries@buytaert.net>2000-11-03 07:57:28 +0000
commit7f2e4572fa1f1e6bcc14f0cc948f6fd988a7ff92 (patch)
tree4d8033ff512ecfe120e135b5bf012084af675ffe /includes/story.inc
parentfb348c6a90f15c6f64d8e0e12056a55e778843c3 (diff)
downloadbrdo-7f2e4572fa1f1e6bcc14f0cc948f6fd988a7ff92.tar.gz
brdo-7f2e4572fa1f1e6bcc14f0cc948f6fd988a7ff92.tar.bz2
- 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
Diffstat (limited to 'includes/story.inc')
-rw-r--r--includes/story.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/story.inc b/includes/story.inc
index 31deede65..d0c40ab14 100644
--- a/includes/story.inc
+++ b/includes/story.inc
@@ -1,7 +1,7 @@
<?
class Story {
- function story($userid, $subject, $abstract, $article, $category, $timestamp) {
+ function Story($userid, $subject, $abstract, $article, $category, $timestamp) {
$this->userid = $userid;
$this->subject = $subject;
$this->abstract = $abstract;