diff options
Diffstat (limited to 'includes/functions_quotes.php')
-rwxr-xr-x | includes/functions_quotes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions_quotes.php b/includes/functions_quotes.php index 2b05cab..7469152 100755 --- a/includes/functions_quotes.php +++ b/includes/functions_quotes.php | |||
@@ -41,7 +41,7 @@ function quote_generation($query, $origin, $page = 1, $quote_limit = 50, $page_l | |||
41 | { | 41 | { |
42 | $template->adds_block('QUOTES',array( 'NUMBER' => $getquotes3[$i]['id'], | 42 | $template->adds_block('QUOTES',array( 'NUMBER' => $getquotes3[$i]['id'], |
43 | 'RATING' => $getquotes3[$i]['rating'], | 43 | 'RATING' => $getquotes3[$i]['rating'], |
44 | 'QUOTE' => nl2br(stripslashes($getquotes3[$i]['quote'])))); | 44 | 'QUOTE' => parseSmilies(nl2br(stripslashes($getquotes3[$i]['quote']))))); |
45 | 45 | ||
46 | $i++; | 46 | $i++; |
47 | } | 47 | } |