summary refs log tree commit diff stats
path: root/pages/quotes.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/quotes.php')
-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 }