diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-20 22:43:21 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-20 22:43:21 -0500 |
| commit | 3796eb62b5a6a959d1a45697e08998adf7fd78a3 (patch) | |
| tree | 071fbe2bca43664e4b303774ca0b1280398dd7f8 /pages/quotes.php | |
| parent | 550d9853e19179d961b2f803c1fba72716a9da4c (diff) | |
| download | fourisland-3796eb62b5a6a959d1a45697e08998adf7fd78a3.tar.gz fourisland-3796eb62b5a6a959d1a45697e08998adf7fd78a3.tar.bz2 fourisland-3796eb62b5a6a959d1a45697e08998adf7fd78a3.zip | |
Added commenting to Quotes module
Diffstat (limited to 'pages/quotes.php')
| -rwxr-xr-x | pages/quotes.php | 2 |
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 | } |
