diff --git a/includes/comment.inc b/includes/comment.inc new file mode 100644 index 00000000000..110283b00d0 --- /dev/null +++ b/includes/comment.inc @@ -0,0 +1,17 @@ +userid = $userid; + $this->subject = $subject; + $this->comment = $comment; + $this->timestamp = $timestamp; + $this->url = $url; + $this->fake_email = $fake_email; + $this->score = $score; + $this->votes = $votes; + $this->cid = $cid; + } +} + +?>