From 11565550e7ab6ef9987a298a0729fc016960252b Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 18 Dec 2008 16:14:16 -0500 Subject: Added Smiley-parsing to Quotes DB --- includes/functions_quotes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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 { $template->adds_block('QUOTES',array( 'NUMBER' => $getquotes3[$i]['id'], 'RATING' => $getquotes3[$i]['rating'], - 'QUOTE' => nl2br(stripslashes($getquotes3[$i]['quote'])))); + 'QUOTE' => parseSmilies(nl2br(stripslashes($getquotes3[$i]['quote']))))); $i++; } -- cgit 1.4.1