summary refs log tree commit diff stats
path: root/pages
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-20 22:43:21 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-20 22:43:21 -0500
commit3796eb62b5a6a959d1a45697e08998adf7fd78a3 (patch)
tree071fbe2bca43664e4b303774ca0b1280398dd7f8 /pages
parent550d9853e19179d961b2f803c1fba72716a9da4c (diff)
downloadfourisland-3796eb62b5a6a959d1a45697e08998adf7fd78a3.tar.gz
fourisland-3796eb62b5a6a959d1a45697e08998adf7fd78a3.tar.bz2
fourisland-3796eb62b5a6a959d1a45697e08998adf7fd78a3.zip
Added commenting to Quotes module
Diffstat (limited to 'pages')
-rwxr-xr-xpages/quotes.php2
1 files changed, 2 insertions, 0 deletions
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']))
161 { 161 {
162 $query = "SELECT id, quote, rating, flag FROM rash_quotes WHERE id = " . $_GET['act']; 162 $query = "SELECT id, quote, rating, flag FROM rash_quotes WHERE id = " . $_GET['act'];
163 quote_generation($query, "#" . $_GET['act'], -1); 163 quote_generation($query, "#" . $_GET['act'], -1);
164
164 $page_id = 'quote-' . $_GET['act']; 165 $page_id = 'quote-' . $_GET['act'];
166 include('includes/comments.php');
165 } else { 167 } else {
166 generateError('404'); 168 generateError('404');
167 } 169 }