From 8a866e6d51ba27eecc186e7001bfcc4af42e6dfe Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 2 Nov 2000 09:23:07 +0000 Subject: - Fixed quote bug in the comment tracker. (suggestion UnConeD) - Added anchors to comment links to easy comment navigation. (suggestion UnConeD) - Fixed duplicate `you voted' after moderating a story. (suggestion UnConeD) - Fixed quote bug in administration center. - Expanded user administration with timezone information. - Improved the theme system by eliminating the "preview" function. Let's not make the system more complex then it ought to be. - Refined watchdog administration. - ... --- includes/story.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 includes/story.inc (limited to 'includes/story.inc') diff --git a/includes/story.inc b/includes/story.inc new file mode 100644 index 000000000..31deede65 --- /dev/null +++ b/includes/story.inc @@ -0,0 +1,14 @@ +userid = $userid; + $this->subject = $subject; + $this->abstract = $abstract; + $this->article = $article; + $this->category = $category; + $this->timestamp = $timestamp; + } +} + +?> \ No newline at end of file -- cgit v1.2.3