From 3796eb62b5a6a959d1a45697e08998adf7fd78a3 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 20 Nov 2008 22:43:21 -0500 Subject: Added commenting to Quotes module --- pages/quotes.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pages') diff --git a/pages/quotes.php b/pages/quotes.php index e6eb9f6..f208f70 100755 --- a/pages/quotes.php +++ b/pages/quotes.php @@ -161,7 +161,9 @@ if (!isset($_GET['act'])) { $query = "SELECT id, quote, rating, flag FROM rash_quotes WHERE id = " . $_GET['act']; quote_generation($query, "#" . $_GET['act'], -1); + $page_id = 'quote-' . $_GET['act']; + include('includes/comments.php'); } else { generateError('404'); } -- cgit 1.4.1