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